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 | 一?一?^ | 10001000111010100011111110001000111010100011111101011110 | 88ea3f88ea3f5e |
EUC-JP | 一?一?^ | 10110000111011000011111110110000111011000011111101011110 | b0ec3fb0ec3f5e |
UTF-8 | 一데一데^ | 11100100101110001000000011101011100011011011000011100100101110001000000011101011100011011011000001011110 | e4b880eb8db0e4b880eb8db05e |
UHC | 一데一데^ | 111011001110100110110101101001011110110011101001101101011010010101011110 | ece9b5a5ece9b5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)