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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 映??徇?^ | 1000100101100110001111110011111110011100011011010011111101011110 | 89663f3f9c6d3f5e |
EUC-JP | 映??徇?^ | 1011000111000111001111110011111111010111110011100011111101011110 | b1c73f3fd7ce3f5e |
UTF-8 | 映뽫돉徇쉣^ | 11100110100110001010000011101011101111011010101111101011100011111000100111100101101111101000011111101100100010011010001101011110 | e698a0ebbdabeb8f89e5be87ec89a35e |
UHC | 映뽫돉徇쉣^ | 1110011110110001100101101110011110001001100110011110001011011111100110100111100001011110 | e7b196e78999e2df9a785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)