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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 敖??SB | 100111011100001000111111001111110101001101000010 | 9dc23f3f5342 |
EUC-JP | 敖??SB | 110110101100010000111111001111110101001101000010 | dac43f3f5342 |
UTF-8 | 敖뉓퍓SB | 1110011010010101100101101110101110001001100100111110110110001101100100110101001101000010 | e69596eb8993ed8d935342 |
UHC | 敖뉓퍓SB | 1110011111111001100001111110100010111011100010100101001101000010 | e7f987e8bb8a5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)