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 | 贈鱇 | 10010001101000011110100111011111 | 91a1e9df |
EUC-JP | 贈鱇 | 11000010101000111111001011100001 | c2a3f2e1 |
UTF-8 | 贈鱇 | 111010001011010010001000111010011011000110000111 | e8b488e9b187 |
UHC | 贈鱇 | 11110001111111001100101110111110 | f1fccbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)