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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辯韻遏」 | 11100111100001111000100101000011111001111001111110100011 | e7878943e79fa3 |
EUC-JP | 辯韻遏」 | 1110110111100111101100011010010011101110101000011000111010100011 | ede7b1a4eea18ea3 |
UTF-8 | 辯韻遏」 | 111010001011111010101111111010011001111110111011111010011000000110001111111011111011110110100011 | e8beafe99fbbe9818fefbda3 |
UHC | 辯韻?? | 110111001010101011101010101001000011111100111111 | dcaaeaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)