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 | ÷£÷® | 11110111101000111111011110101110 | f7a3f7ae |
SJIS-WIN | ÷£÷? | 10000001100000001000000110010010100000011000000000111111 | 8180819281803f |
EUC-JP | ÷£÷® | 101000011110000010100001111100101010000111100000100011111010001011101110 | a1e0a1f2a1e08fa2ee |
UTF-8 | ÷£÷® | 1100001110110111110000101010001111000011101101111100001010101110 | c3b7c2a3c3b7c2ae |
UHC | ÷?÷® | 10100001110000000011111110100001110000001010001011100111 | a1c03fa1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)