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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 巐呷ァッ@h | 1111101010110110100110011110110010100111101011110100000001101000 | fab699eca7af4068 |
EUC-JP | 巐呷ァッ@h | 1000111110111011111110011101001011101110100011101010011110001110101011110100000001101000 | 8fbbf9d2ee8ea78eaf4068 |
UTF-8 | 巐呷ァッ@h | 1110010110110111100100001110010110010001101101111110111110111101101001111110111110111101101011110100000001101000 | e5b790e591b7efbda7efbdaf4068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)