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 | °öIoBF | 101100001111011001001001011011110100001001000110 | b0f6496f4246 |
SJIS-WIN | °?IoBF | 10000001100010110011111101001001011011110100001001000110 | 818b3f496f4246 |
EUC-JP | °öIoBF | 101000011110101110001111101010111101001101001001011011110100001001000110 | a1eb8fabd3496f4246 |
UTF-8 | °öIoBF | 1100001010110000110000111011011001001001011011110100001001000110 | c2b0c3b6496f4246 |
UHC | °?IoBF | 10100001110001100011111101001001011011110100001001000110 | a1c63f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)