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 | 11100101100001101000011011101100101111111011011011100101100001101000011011101100101111111011011001000010 | e58686ecbfb6e58686ecbfb642 |
UHC | 円쿶円쿶B | 111001011111011110110011011010011110010111110111101100110110100101000010 | e5f7b369e5f7b36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)