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 | 鉛?鉛?^ | 10001001100101000011111110001001100101000011111101011110 | 89943f89943f5e |
EUC-JP | 鉛?鉛?^ | 10110001111101000011111110110001111101000011111101011110 | b1f43fb1f43f5e |
UTF-8 | 鉛퐻鉛퐻^ | 11101001100010011001101111101101100100001011101111101001100010011001101111101101100100001011101101011110 | e9899bed90bbe9899bed90bb5e |
UHC | 鉛퐻鉛퐻^ | 111001101110011110111110010001001110011011100111101111100100010001011110 | e6e7be44e6e7be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)