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 | ??vE | 00111111001111110111011001000101 | 3f3f7645 |
SJIS-WIN | 邀オvE | 1110011110110001101101010111011001000101 | e7b1b57645 |
EUC-JP | 邀オvE | 111011101011001110001110101101010111011001000101 | eeb38eb57645 |
UTF-8 | 邀オvE | 1110100110000010100000001110111110111101101101010111011001000101 | e98280efbdb57645 |
UHC | 邀?vE | 1110100110101101001111110111011001000101 | e9ad3f7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)