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 | ???EQ | 0011111100111111001111110100010101010001 | 3f3f3f4551 |
SJIS-WIN | ??縟EQ | 001111110011111111100011011101000100010101010001 | 3f3fe3744551 |
EUC-JP | ??縟EQ | 001111110011111111100101110101010100010101010001 | 3f3fe5d54551 |
UTF-8 | 쐛숰縟EQ | 1110110010010000100110111110110010001000101100001110011110111000100111110100010101010001 | ec909bec88b0e7b89f4551 |
UHC | 쐛숰縟EQ | 1001110010000001100110100100100011101001101100100100010101010001 | 9c819a48e9b24551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)