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 | 11100101100001101000011011101100100011011000000011100101100001101000011011101100100011011000000001000010 | e58686ec8d80e58686ec8d8042 |
UHC | 円썀円썀B | 111001011111011110011011011011101110010111110111100110110110111001000010 | e5f79b6ee5f79b6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)