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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 円??円??^ | 100010010111111000111111001111111000100101111110001111110011111101011110 | 897e3f3f897e3f3f5e |
EUC-JP | 円??円??^ | 101100011101111100111111001111111011000111011111001111110011111101011110 | b1df3f3fb1df3f3f5e |
UTF-8 | 円띰풚円숋풛^ | 11100101100001101000011011101011100111011011000011101101100100101001101011100101100001101000011011101100100010001000101111101101100100101001101101011110 | e58686eb9db0ed929ae58686ec888bed929b5e |
UHC | 円띰풚円숋풛^ | 11100101111101111011011011101111101111101001110111100101111101111001100111101111101111101001111001011110 | e5f7b6efbe9de5f799efbe9e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)