To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | ツ辰xツ但 | 11000010100100100100001101111000110000101001001001000001 | c2924378c29241 |
EUC-JP | ツ辰xツ但 | 100011101100001011000011101001000111100010001110110000101100001110100010 | 8ec2c3a4788ec2c3a2 |
UTF-8 | ツ辰xツ但 | 11101111101111101000001011101000101111101011000001111000111011111011111010000010111001001011110110000110 | efbe82e8beb078efbe82e4bd86 |
UHC | ?辰x?但 | 00111111111100101110001101111000001111111101001110100011 | 3ff2e3783fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)