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 | ëâ¬çªª | 111010111110001010101100111001111010101010101010 | ebe2ace7aaaa |
SJIS-WIN | ??¬??? | 00111111001111111000000111001010001111110011111100111111 | 3f3f81ca3f3f3f |
EUC-JP | ëâ¬çªª | 1000111110101011101100111000111110101011101001001010001011001100100011111010101110101110100011111010001011101100100011111010001011101100 | 8fabb38faba4a2cc8fabae8fa2ec8fa2ec |
UTF-8 | ëâ¬çªª | 110000111010101111000011101000101100001010101100110000111010011111000010101010101100001010101010 | c3abc3a2c2acc3a7c2aac2aa |
UHC | ????ªª | 0011111100111111001111110011111110101000101000111010100010100011 | 3f3f3f3fa8a3a8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)