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 | 槻 | 1001001011001110 | 92ce |
EUC-JP | 槻 | 1100010011010000 | c4d0 |
UTF-8 | 槻 | 111001101010011110111011 | e6a7bb |
UHC | 槻 | 1101000010100111 | d0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)