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 | 111010101011010010001100011011101110101010110100100011000110111001000010 | eab48c6eeab48c6e42 |
SJIS-WIN | ?´?n?´?nB | 0011111110000001010011000011111101101110001111111000000101001100001111110110111001000010 | 3f814c3f6e3f814c3f6e42 |
EUC-JP | ê´?nê´?nB | 100011111010101110110100101000011010110100111111011011101000111110101011101101001010000110101101001111110110111001000010 | 8fabb4a1ad3f6e8fabb4a1ad3f6e42 |
UTF-8 | ê´nê´nB | 110000111010101011000010101101001100001010001100011011101100001110101010110000101011010011000010100011000110111001000010 | c3aac2b4c28c6ec3aac2b4c28c6e42 |
UHC | ?´?n?´?nB | 0011111110100010101001010011111101101110001111111010001010100101001111110110111001000010 | 3fa2a53f6e3fa2a53f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)