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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀オ邀オ遉セ | 111001111011000110110101111001111011000110110101111001111010010010111110 | e7b1b5e7b1b5e7a4be |
EUC-JP | 邀オ邀オ遉セ | 111011101011001110001110101101011110111010110011100011101011010111101110101001101000111010111110 | eeb38eb5eeb38eb5eea68ebe |
UTF-8 | 邀オ邀オ遉セ | 111010011000001010000000111011111011110110110101111010011000001010000000111011111011110110110101111010011000000110001001111011111011110110111110 | e98280efbdb5e98280efbdb5e98189efbdbe |
UHC | 邀?邀??? | 1110100110101101001111111110100110101101001111110011111100111111 | e9ad3fe9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)