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 | 枯焉枯焉^ | 100011001100110111100000100000011000110011001101111000001000000101011110 | 8ccde0818ccde0815e |
EUC-JP | 枯焉枯焉^ | 101110001100111111011111111000011011100011001111110111111110000101011110 | b8cfdfe1b8cfdfe15e |
UTF-8 | 枯焉枯焉^ | 11100110100111101010111111100111100001001000100111100110100111101010111111100111100001001000100101011110 | e69eafe78489e69eafe784895e |
UHC | 枯焉枯焉^ | 110011011011110111100101111010101100110110111101111001011110101001011110 | cdbde5eacdbde5ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)