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 | 円??張??^ | 100010010111111000111111001111111001001010100011001111110011111101011110 | 897e3f3f92a33f3f5e |
EUC-JP | 円??張??^ | 101100011101111100111111001111111100010010100101001111110011111101011110 | b1df3f3fc4a53f3f5e |
UTF-8 | 円띰풛張계퉲^ | 11100101100001101000011011101011100111011011000011101101100100101001101111100101101111001011010111101010101100111000010011101101100010011011001001011110 | e58686eb9db0ed929be5bcb5eab384ed89b25e |
UHC | 円띰풛張계퉲^ | 11100101111101111011011011101111101111101001111011101101111001011011000011101000101110011000101001011110 | e5f7b6efbe9eede5b0e8b98a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)