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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 紂弱 | 11100011010000001000111011100011 | e3408ee3 |
EUC-JP | 紂弱 | 11100101101000011011110011100101 | e5a1bce5 |
UTF-8 | 紂弱 | 111001111011010010000010111001011011110010110001 | e7b482e5bcb1 |
UHC | 紂弱 | 11110001110001001110010110110000 | f1c4e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)