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 | 11100000111000000110111011100000111000000110111001000010 | e0e06ee0e06e42 |
EUC-JP | 珥n珥nB | 11100000111000100110111011100000111000100110111001000010 | e0e26ee0e26e42 |
UTF-8 | 珥n珥nB | 111001111000111110100101011011101110011110001111101001010110111001000010 | e78fa56ee78fa56e42 |
UHC | 珥n珥nB | 11101100101101000110111011101100101101000110111001000010 | ecb46eecb46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)