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 | ñÜ÷® | 11110001110111001111011110101110 | f1dcf7ae |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ñÜ÷® | 1000111110101011110100001000111110101010111001001010000111100000100011111010001011101110 | 8fabd08faae4a1e08fa2ee |
UTF-8 | ñÜ÷® | 1100001110110001110000111001110011000011101101111100001010101110 | c3b1c39cc3b7c2ae |
UHC | ??÷® | 001111110011111110100001110000001010001011100111 | 3f3fa1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)