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ân | 11101010010011101110001001101110 | ea4ee26e |
SJIS-WIN | ?N?n | 00111111010011100011111101101110 | 3f4e3f6e |
EUC-JP | êNân | 1000111110101011101101000100111010001111101010111010010001101110 | 8fabb44e8faba46e |
UTF-8 | êNân | 110000111010101001001110110000111010001001101110 | c3aa4ec3a26e |
UHC | ?N?n | 00111111010011100011111101101110 | 3f4e3f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)