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 | äß´æ | 11100100110111111011010011100110 | e4dfb4e6 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | äß´æ | 1000111110101011101000111000111110101001110011101010000110101101100011111010100111000001 | 8faba38fa9cea1ad8fa9c1 |
UTF-8 | äß´æ | 1100001110100100110000111001111111000010101101001100001110100110 | c3a4c39fc2b4c3a6 |
UHC | ?ß´æ | 00111111101010011010110010100010101001011010100110100001 | 3fa9aca2a5a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)