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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 蠍エ隴スH | 11100101101101101011010011101000101011011011110101001000 | e5b6b4e8adbd48 |
EUC-JP | 蠍エ隴スH | 111010101011100010001110101101001111000010101111100011101011110101001000 | eab88eb4f0af8ebd48 |
UTF-8 | 蠍エ隴スH | 11101000101000001000110111101111101111011011010011101001100110101011010011101111101111011011110101001000 | e8a08defbdb4e99ab4efbdbd48 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)