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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獨砠獨砠B | 111000001101010111100001111001111110000011010101111000011110011101000010 | e0d5e1e7e0d5e1e742 |
EUC-JP | 獨砠獨砠B | 111000001101011111100010111010011110000011010111111000101110100101000010 | e0d7e2e9e0d7e2e942 |
UTF-8 | 獨砠獨砠B | 11100111100011011010100011100111101000001010000011100111100011011010100011100111101000001010000001000010 | e78da8e7a0a0e78da8e7a0a042 |
UHC | 獨?獨?B | 11010100101111000011111111010100101111000011111101000010 | d4bc3fd4bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)