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 | ??Bh | 00111111001111110100001001101000 | 3f3f4268 |
SJIS-WIN | 裝?Bh | 1110010111100100001111110100001001101000 | e5e43f4268 |
EUC-JP | 裝?Bh | 1110101011100110001111110100001001101000 | eae63f4268 |
UTF-8 | 裝렣Bh | 1110100010100011100111011110101110100000101000110100001001101000 | e8a39deba0a34268 |
UHC | 裝렣Bh | 111011011111101110001110101101000100001001101000 | edfb8eb44268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)