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 | 赤렠 | 111010001011010110100100111010111010000010100000 | e8b5a4eba0a0 |
UHC | 赤렠 | 11101110111001011000111010110001 | eee58eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)