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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 蠍エ隶敵D | 1110010110110110101101001110100010101110100100110100011101000100 | e5b6b4e8ae934744 |
EUC-JP | 蠍エ隶敵D | 111010101011100010001110101101001111000010110000110001011010100001000100 | eab88eb4f0b0c5a844 |
UTF-8 | 蠍エ隶敵D | 11101000101000001000110111101111101111011011010011101001100110101011011011100110100101011011010101000100 | e8a08defbdb4e99ab6e695b544 |
UHC | ???敵D | 001111110011111100111111111011101101100001000100 | 3f3f3feed844 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)