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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鉈占告B | 11100111111010111001000011101000100011011001000001000010 | e7eb90e88d9042 |
EUC-JP | 鉈占告B | 11101110111011011100000011101010101110011111000001000010 | eeedc0eab9f042 |
UTF-8 | 鉈占告B | 11101001100010011000100011100101100011011010000011100101100100011000101001000010 | e98988e58da0e5918a42 |
UHC | ?占告B | 001111111110111110111111110011011011000101000010 | 3fefbfcdb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)