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 | ֩֨ | 11110111101010011111011110101110 | f7a9f7ae |
SJIS-WIN | ÷?÷? | 100000011000000000111111100000011000000000111111 | 81803f81803f |
EUC-JP | ֩֨ | 10100001111000001000111110100010111011011010000111100000100011111010001011101110 | a1e08fa2eda1e08fa2ee |
UTF-8 | ֩֨ | 1100001110110111110000101010100111000011101101111100001010101110 | c3b7c2a9c3b7c2ae |
UHC | ÷?÷® | 10100001110000000011111110100001110000001010001011100111 | a1c03fa1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)