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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 駭??rB | 111010010110111000111111001111110111001001000010 | e96e3f3f7242 |
EUC-JP | 駭??rB | 111100011100111100111111001111110111001001000010 | f1cf3f3f7242 |
UTF-8 | 駭뽱샆rB | 1110100110100111101011011110101110111101101100011110110010000011100001100111001001000010 | e9a7adebbdb1ec83867242 |
UHC | 駭뽱샆rB | 1111101010110100100101101110110110011000101101110111001001000010 | fab496ed98b77242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)