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 | ????C^ | 001111110011111100111111001111110100001101011110 | 3f3f3f3f435e |
SJIS-WIN | ?朞?ヤC^ | 0011111110011110010011010011111110000011100001000100001101011110 | 3f9e4d3f8384435e |
EUC-JP | ?朞?ヤC^ | 0011111111011011101011100011111110100101111001000100001101011110 | 3fdbae3fa5e4435e |
UTF-8 | 룵朞卽ヤC^ | 1110101110100011101101011110011010011100100111101110010110001101101111011110001110000011101001000100001101011110 | eba3b5e69c9ee58dbde383a4435e |
UHC | 룵朞卽ヤC^ | 10001111101010101101000110100001111100011110110110101011111001000100001101011110 | 8faad1a1f1edabe4435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)