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 | ? | 00111111 | 3f |
SJIS-WIN | 釐 | 1110011111011000 | e7d8 |
EUC-JP | 釐 | 1110111011011010 | eeda |
UTF-8 | 釐 | 111010011000011110010000 | e98790 |
UHC | 釐 | 1101011111101101 | d7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)