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 | 啼?劾?^ | 10011010011001010011111110001010010011100011111101011110 | 9a653f8a4e3f5e |
EUC-JP | 啼?劾?^ | 11010011110001100011111110110011101011110011111101011110 | d3c63fb3af3f5e |
UTF-8 | 啼렮劾렟^ | 11100101100101011011110011101011101000001010111011100101100010101011111011101011101000001001111101011110 | e595bceba0aee58abeeba09f5e |
UHC | 啼렮劾렟^ | 111100001010011010001110101110111111101010110110100011101011000001011110 | f0a68ebbfab68eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)