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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 壤??e^ | 100110101101111100111111001111110110010101011110 | 9adf3f3f655e |
EUC-JP | 壤??e^ | 110101001110000100111111001111110110010101011110 | d4e13f3f655e |
UTF-8 | 壤€뿈e^ | 1110010110100011101001001110001010000010101011001110101110111111100010000110010101011110 | e5a3a4e282acebbf88655e |
UHC | 壤€뿈e^ | 1110010110111101101000101110011010010111100011110110010101011110 | e5bda2e6978f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)