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 | 辜級 | 11100111100000111000101110001001 | e7838b89 |
EUC-JP | 辜級 | 11101101111000111011010111101001 | ede3b5e9 |
UTF-8 | 辜級 | 111010001011111010011100111001111011010010011010 | e8be9ce7b49a |
UHC | 辜級 | 11001101110100001101000011100100 | cdd0d0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)