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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘚k?蝎 | 11100101011001001000001010001011001111111110010110011001 | e564828b3fe599 |
EUC-JP | 蘚k?蝎 | 11101001110001011010001111101011001111111110100111111001 | e9c5a3eb3fe9f9 |
UTF-8 | 蘚k룴蝎 | 111010001001100010011010111011111011110110001011111010111010001110110100111010001001110110001110 | e8989aefbd8beba3b4e89d8e |
UHC | 蘚k룴蝎 | 1110000011010000101000111110101110001111101010011100101011101001 | e0d0a3eb8fa9cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)