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 | õ¬åÙø | 1111010110101100111001011101100111111000 | f5ace5d9f8 |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | õ¬åÙø | 1000111110101011110110001010001011001100100011111010101110101001100011111010101011100011100011111010100111001100 | 8fabd8a2cc8faba98faae38fa9cc |
UTF-8 | õ¬åÙø | 11000011101101011100001010101100110000111010010111000011100110011100001110111000 | c3b5c2acc3a5c399c3b8 |
UHC | ????ø | 001111110011111100111111001111111010100110101010 | 3f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)