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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 栓???^ | 100100001111000000111111001111110011111101011110 | 90f03f3f3f5e |
EUC-JP | 栓?鋌?^ | 1100000011110010001111111000111111100100101110110011111101011110 | c0f23f8fe4bb3f5e |
UTF-8 | 栓렫鋌렫^ | 11100110101000001001001111101011101000001010101111101001100010111000110011101011101000001010101101011110 | e6a093eba0abe98b8ceba0ab5e |
UHC | 栓렫鋌렫^ | 111011101111101110001110101110011110111111111011100011101011100101011110 | eefb8eb9effb8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)