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 | OiB | 1001011101001111011010011001101001000010 | 974f699a42 |
SJIS-WIN | ?Oi?B | 0011111101001111011010010011111101000010 | 3f4f693f42 |
EUC-JP | ?Oi?B | 0011111101001111011010010011111101000010 | 3f4f693f42 |
UTF-8 | OiB | 11000010100101110100111101101001110000101001101001000010 | c2974f69c29a42 |
UHC | ?Oi?B | 0011111101001111011010010011111101000010 | 3f4f693f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)