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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠍「逞耕 | 11100101101101101010001011100111100101111000110101101011 | e5b6a2e7978d6b |
EUC-JP | 蠍「逞耕 | 1110101010111000100011101010001011101101111101111011100111001100 | eab88ea2edf7b9cc |
UTF-8 | 蠍「逞耕 | 111010001010000010001101111011111011110110100010111010011000000010011110111010001000000010010101 | e8a08defbda2e9809ee88095 |
UHC | ??逞耕 | 001111110011111111010110110000011100110011101001 | 3f3fd6c1cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)