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 | 螟廛螟廛^ | 111001011010010010011100010001001110010110100100100111000100010001011110 | e5a49c44e5a49c445e |
EUC-JP | 螟廛螟廛^ | 111010101010011011010111101001011110101010100110110101111010010101011110 | eaa6d7a5eaa6d7a55e |
UTF-8 | 螟廛螟廛^ | 11101000100111101001111111100101101110111001101111101000100111101001111111100101101110111001101101011110 | e89e9fe5bb9be89e9fe5bb9b5e |
UHC | 螟廛螟廛^ | 110110011010110111101110111110001101100110101101111011101111100001011110 | d9adeef8d9adeef85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)