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 | äß´æ | 111001001101111110110100111001101000111110000011 | e4dfb4e68f83 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | äß´æ?? | 10001111101010111010001110001111101010011100111010100001101011011000111110101001110000010011111100111111 | 8faba38fa9cea1ad8fa9c13f3f |
UTF-8 | äß´æ | 110000111010010011000011100111111100001010110100110000111010011011000010100011111100001010000011 | c3a4c39fc2b4c3a6c28fc283 |
UHC | ?ß´æ?? | 001111111010100110101100101000101010010110101001101000010011111100111111 | 3fa9aca2a5a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)