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 | 00111111001111110011111100111111001111110100010101010001 | 3f3f3f3f3f4551 |
SJIS-WIN | 円??跡?EQ | 100010010111111000111111001111111001000011010101001111110100010101010001 | 897e3f3f90d53f4551 |
EUC-JP | 円??跡?EQ | 101100011101111100111111001111111100000011010111001111110100010101010001 | b1df3f3fc0d73f4551 |
UTF-8 | 円랑쭫跡빽EQ | 1110010110000110100001101110101110011110100100011110110010101101101010111110100010110111101000011110101110111001101111010100010101010001 | e58686eb9e91ecadabe8b7a1ebb9bd4551 |
UHC | 円랑쭫跡빽EQ | 111001011111011110110110111110111010011110011111111011101110011010111011101010100100010101010001 | e5f7b6fba79feee6bbaa4551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)