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 | ÍÛ÷® | 11001101110110111111011110101110 | cddbf7ae |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ÍÛ÷® | 1000111110101010101111111000111110101010111001011010000111100000100011111010001011101110 | 8faabf8faae5a1e08fa2ee |
UTF-8 | ÍÛ÷® | 1100001110001101110000111001101111000011101101111100001010101110 | c38dc39bc3b7c2ae |
UHC | ??÷® | 001111110011111110100001110000001010001011100111 | 3f3fa1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)