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 | äß²å° | 111001001101111110110010111001011011000010000100 | e4dfb2e5b084 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | äß?å°? | 10001111101010111010001110001111101010011100111000111111100011111010101110101001101000011110101100111111 | 8faba38fa9ce3f8faba9a1eb3f |
UTF-8 | äß²å° | 110000111010010011000011100111111100001010110010110000111010010111000010101100001100001010000100 | c3a4c39fc2b2c3a5c2b0c284 |
UHC | ?ß²?°? | 001111111010100110101100101010011111011100111111101000011100011000111111 | 3fa9aca9f73fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)