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 | 赤? | 100100001101010000111111 | 90d43f |
EUC-JP | 赤? | 110000001101011000111111 | c0d63f |
UTF-8 | 赤익 | 111010001011010110100100111011001001110110110101 | e8b5a4ec9db5 |
UHC | 赤익 | 11101110111001011100000011001101 | eee5c0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)