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 | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 綫n綫nB | 11100011010111110110111011100011010111110110111001000010 | e35f6ee35f6e42 |
EUC-JP | 綫n綫nB | 11100101110000000110111011100101110000000110111001000010 | e5c06ee5c06e42 |
UTF-8 | 綫n綫nB | 111001111011011010101011011011101110011110110110101010110110111001000010 | e7b6ab6ee7b6ab6e42 |
UHC | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)