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 | äüAä® | 1110010011111100100011001000111110001111010000011110010010101110 | e4fc8c8f8f41e4ae |
SJIS-WIN | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
EUC-JP | äü???Aä® | 10001111101010111010001110001111101010111110010000111111001111110011111101000001100011111010101110100011100011111010001011101110 | 8faba38fabe43f3f3f418faba38fa2ee |
UTF-8 | äüAä® | 110000111010010011000011101111001100001010001100110000101000111111000010100011110100000111000011101001001100001010101110 | c3a4c3bcc28cc28fc28f41c3a4c2ae |
UHC | ?????A?® | 001111110011111100111111001111110011111101000001001111111010001011100111 | 3f3f3f3f3f413fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)