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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓊願ェ | 1110010011100001100010101110100010101010 | e4e18ae8aa |
EUC-JP | 蓊願ェ | 111010001110001110110100111010101000111010101010 | e8e3b4ea8eaa |
UTF-8 | 蓊願ェ | 111010001001001110001010111010011010000110011000111011111011110110101010 | e8938ae9a198efbdaa |
UHC | ?願? | 00111111111010101100001100111111 | 3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)