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 | ÷®÷® | 11110111101011101111011110101110 | f7aef7ae |
SJIS-WIN | ÷?÷? | 100000011000000000111111100000011000000000111111 | 81803f81803f |
EUC-JP | ÷®÷® | 10100001111000001000111110100010111011101010000111100000100011111010001011101110 | a1e08fa2eea1e08fa2ee |
UTF-8 | ÷®÷® | 1100001110110111110000101010111011000011101101111100001010101110 | c3b7c2aec3b7c2ae |
UHC | ÷®÷® | 1010000111000000101000101110011110100001110000001010001011100111 | a1c0a2e7a1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)