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 | 11100110101100100110111011100110101100100110111001000010 | e6b26ee6b26e42 |
EUC-JP | 豐n豐nB | 11101100101101000110111011101100101101000110111001000010 | ecb46eecb46e42 |
UTF-8 | 豐n豐nB | 111010001011000110010000011011101110100010110001100100000110111001000010 | e8b1906ee8b1906e42 |
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)