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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鏃?佇?鼎 | 1110100001010110001111111001100011001000001111111001001101000011 | e8563f98c83f9343 |
EUC-JP | 鏃?佇?鼎 | 1110111110110111001111111101000011001010001111111100010110100100 | efb73fd0ca3fc5a4 |
UTF-8 | 鏃렮佇렑鼎 | 111010011000111110000011111010111010000010101110111001001011110110000111111010111010000010010001111010011011110010001110 | e98f83eba0aee4bd87eba091e9bc8e |
UHC | 鏃렮佇렑鼎 | 11110000111011001000111010111011111011101011011110001110101001101111000010100011 | f0ec8ebbeeb78ea6f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)