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 | 焄自 | 11111011010101001000111010101001 | fb548ea9 |
EUC-JP | 焄自 | 1000111111001001111000111011110010101011 | 8fc9e3bcab |
UTF-8 | 焄自 | 111001111000010010000100111010001000011110101010 | e78484e887aa |
UHC | 焄自 | 11111101101101101110110110111011 | fdb6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)