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 | ????OE | 001111110011111100111111001111110100111101000101 | 3f3f3f3f4f45 |
SJIS-WIN | 巐呷ァッOE | 1111101010110110100110011110110010100111101011110100111101000101 | fab699eca7af4f45 |
EUC-JP | 巐呷ァッOE | 1000111110111011111110011101001011101110100011101010011110001110101011110100111101000101 | 8fbbf9d2ee8ea78eaf4f45 |
UTF-8 | 巐呷ァッOE | 1110010110110111100100001110010110010001101101111110111110111101101001111110111110111101101011110100111101000101 | e5b790e591b7efbda7efbdaf4f45 |
UHC | ????OE | 001111110011111100111111001111110100111101000101 | 3f3f3f3f4f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)