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 | 11100101100001101000011011101010101100011001010111100101100001101000011011101010101100011001010101000010 | e58686eab195e58686eab19542 |
UHC | 円걕円걕B | 111001011111011110000001011110101110010111110111100000010111101001000010 | e5f7817ae5f7817a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)