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~ | 111010100100111001111110 | ea4e7e |
SJIS-WIN | ?N~ | 001111110100111001111110 | 3f4e7e |
EUC-JP | êN~ | 1000111110101011101101000100111001111110 | 8fabb44e7e |
UTF-8 | êN~ | 11000011101010100100111001111110 | c3aa4e7e |
UHC | ?N~ | 001111110100111001111110 | 3f4e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)