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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 邀オ邀ャBF | 1110011110110001101101011110011110110001101011000100001001000110 | e7b1b5e7b1ac4246 |
EUC-JP | 邀オ邀ャBF | 11101110101100111000111010110101111011101011001110001110101011000100001001000110 | eeb38eb5eeb38eac4246 |
UTF-8 | 邀オ邀ャBF | 1110100110000010100000001110111110111101101101011110100110000010100000001110111110111101101011000100001001000110 | e98280efbdb5e98280efbdac4246 |
UHC | 邀?邀?BF | 1110100110101101001111111110100110101101001111110100001001000110 | e9ad3fe9ad3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)