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 | 園?園?^ | 10001001100000000011111110001001100000000011111101011110 | 89803f89803f5e |
EUC-JP | 園?園?^ | 10110001111000000011111110110001111000000011111101011110 | b1e03fb1e03f5e |
UTF-8 | 園데園데^ | 11100101100111001001001011101011100011011011000011100101100111001001001011101011100011011011000001011110 | e59c92eb8db0e59c92eb8db05e |
UHC | 園데園데^ | 111010101010111010110101101001011110101010101110101101011010010101011110 | eaaeb5a5eaaeb5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)