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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠍エ隹ソ蟾仙 | 11100101101101101011010011101000101100001011111111100101101101111001000011100101 | e5b6b4e8b0bfe5b790e5 |
EUC-JP | 蠍エ隹ソ蟾仙 | 111010101011100010001110101101001111000010110010100011101011111111101010101110011100000011100111 | eab88eb4f0b28ebfeab9c0e7 |
UTF-8 | 蠍エ隹ソ蟾仙 | 111010001010000010001101111011111011110110110100111010011001101010111001111011111011110110111111111010001001111110111110111001001011101110011001 | e8a08defbdb4e99ab9efbdbfe89fbee4bb99 |
UHC | ????蟾仙 | 0011111100111111001111110011111111100000111010101110000010111001 | 3f3f3f3fe0eae0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)