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 | ä® ß | 1110010010101110100010111000010111011111 | e4ae8b85df |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ä®??ß | 1000111110101011101000111000111110100010111011100011111100111111100011111010100111001110 | 8faba38fa2ee3f3f8fa9ce |
UTF-8 | ä® ß | 11000011101001001100001010101110110000101000101111000010100001011100001110011111 | c3a4c2aec28bc285c39f |
UHC | ?®??ß | 00111111101000101110011100111111001111111010100110101100 | 3fa2e73f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)