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 | 邇 | 1110011110001110 | e78e |
EUC-JP | 邇 | 1110110111101110 | edee |
UTF-8 | 邇 | 111010011000001010000111 | e98287 |
UHC | 邇 | 1110110011000100 | ecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)