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 | 炯懃 | 11100000011101101001110011100111 | e0769ce7 |
EUC-JP | 炯懃 | 11011111110101111101100011101001 | dfd7d8e9 |
UTF-8 | 炯懃 | 111001111000001010101111111001101000011110000011 | e782afe68783 |
UHC | 炯懃 | 11111011101001101101000011000100 | fba6d0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)