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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 敖??}B | 100111011100001000111111001111110111110101000010 | 9dc23f3f7d42 |
EUC-JP | 敖??}B | 110110101100010000111111001111110111110101000010 | dac43f3f7d42 |
UTF-8 | 敖뉔쎁}B | 1110011010010101100101101110101110001001100101001110110010001110100000010111110101000010 | e69596eb8994ec8e817d42 |
UHC | 敖뉔쎁}B | 1110011111111001100001111110100110011011101010110111110101000010 | e7f987e99bab7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)