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 | ?昇 | 001111111000111110111000 | 3f8fb8 |
EUC-JP | 搔昇 | 1000111111000000110010111011111010111010 | 8fc0cbbeba |
UTF-8 | 搔昇 | 111001101001000010010100111001101001100010000111 | e69094e69887 |
UHC | 搔昇 | 11100001101110001110001110110000 | e1b8e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)