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 | 裝 | 1110010111100100 | e5e4 |
EUC-JP | 裝 | 1110101011100110 | eae6 |
UTF-8 | 裝 | 111010001010001110011101 | e8a39d |
UHC | 裝 | 1110110111111011 | edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)