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 | äß´æ | 1110010011011111101101001110011010001111 | e4dfb4e68f |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | äß´æ? | 100011111010101110100011100011111010100111001110101000011010110110001111101010011100000100111111 | 8faba38fa9cea1ad8fa9c13f |
UTF-8 | äß´æ | 11000011101001001100001110011111110000101011010011000011101001101100001010001111 | c3a4c39fc2b4c3a6c28f |
UHC | ?ß´æ? | 0011111110101001101011001010001010100101101010011010000100111111 | 3fa9aca2a5a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)