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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 螟懍ゥウQ] | 1110010110100100100111001110110010101001101100110101000101011101 | e5a49ceca9b3515d |
EUC-JP | 螟懍ゥウQ] | 11101010101001101101100011101110100011101010100110001110101100110101000101011101 | eaa6d8ee8ea98eb3515d |
UTF-8 | 螟懍ゥウQ] | 1110100010011110100111111110011010000111100011011110111110111101101010011110111110111101101100110101000101011101 | e89e9fe6878defbda9efbdb3515d |
UHC | 螟???Q] | 11011001101011010011111100111111001111110101000101011101 | d9ad3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)