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 | 歪??徇??^ | 100110000110001100111111001111111001110001101101001111110011111101011110 | 98633f3f9c6d3f3f5e |
EUC-JP | 歪??徇??^ | 110011111100010000111111001111111101011111001110001111110011111101011110 | cfc43f3fd7ce3f3f5e |
UTF-8 | 歪뺝뎷徇묐젚^ | 11100110101011011010101011101011101110101001110111101011100011101011011111100101101111101000011111101011101011001001000011101100101000001001101001011110 | e6adaaebba9deb8eb7e5be87ebac90eca09a5e |
UHC | 歪뺝뎷徇묐젚^ | 11101000111000001001010111100101100010011000101011100010110111111001000111101011101000001001011001011110 | e8e095e5898ae2df91eba0965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)