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 | 惺?惺?^ | 10011100101101110011111110011100101101110011111101011110 | 9cb73f9cb73f5e |
EUC-JP | 惺搔惺搔^ | 1101100010111001100011111100000011001011110110001011100110001111110000001100101101011110 | d8b98fc0cbd8b98fc0cb5e |
UTF-8 | 惺搔惺搔^ | 11100110100000111011101011100110100100001001010011100110100000111011101011100110100100001001010001011110 | e683bae69094e683bae690945e |
UHC | 惺搔惺搔^ | 111000001111011011100001101110001110000011110110111000011011100001011110 | e0f6e1b8e0f6e1b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)