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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 熔竢 | 10010111011011111110001010001111 | 976fe28f |
EUC-JP | 熔竢 | 11001101110100001110001111101111 | cdd0e3ef |
UTF-8 | 熔竢 | 111001111000011010010100111001111010101110100010 | e78694e7aba2 |
UHC | 熔? | 111010011100001000111111 | e9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)