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^ | 1110111010010000101000110100111001011110 | ee90a34e5e |
SJIS-WIN | ??£N^ | 001111110011111110000001100100100100111001011110 | 3f3f81924e5e |
EUC-JP | î?£N^ | 1000111110101011110000100011111110100001111100100100111001011110 | 8fabc23fa1f24e5e |
UTF-8 | î£N^ | 1100001110101110110000101001000011000010101000110100111001011110 | c3aec290c2a34e5e |
UHC | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)