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 | ë©þB | 1110101110101001100011101111111001000010 | eba98efe42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ë©?þB | 1000111110101011101100111000111110100010111011010011111110001111101010011101000001000010 | 8fabb38fa2ed3f8fa9d042 |
UTF-8 | ë©þB | 110000111010101111000010101010011100001010001110110000111011111001000010 | c3abc2a9c28ec3be42 |
UHC | ???þB | 001111110011111100111111101010011010110101000010 | 3f3f3fa9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)