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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 円?円?B | 10001001011111100011111110001001011111100011111101000010 | 897e3f897e3f42 |
EUC-JP | 円?円?B | 10110001110111110011111110110001110111110011111101000010 | b1df3fb1df3f42 |
UTF-8 | 円쌻円쌻B | 11100101100001101000011011101100100011001011101111100101100001101000011011101100100011001011101101000010 | e58686ec8cbbe58686ec8cbb42 |
UHC | 円쌻円쌻B | 111001011111011110011011011010011110010111110111100110110110100101000010 | e5f79b69e5f79b6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)