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 | äßí¥{d | 1110010011011111100101011110110110000110101001010111101101100100 | e4df95ed86a57b64 |
SJIS-WIN | ?????¥{d | 001111110011111100111111001111110011111110000001100011110111101101100100 | 3f3f3f3f3f818f7b64 |
EUC-JP | äß?í??{d | 1000111110101011101000111000111110101001110011100011111110001111101010111011111100111111001111110111101101100100 | 8faba38fa9ce3f8fabbf3f3f7b64 |
UTF-8 | äßí¥{d | 1100001110100100110000111001111111000010100101011100001110101101110000101000011011000010101001010111101101100100 | c3a4c39fc295c3adc286c2a57b64 |
UHC | ?ß????{d | 001111111010100110101100001111110011111100111111001111110111101101100100 | 3fa9ac3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)