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 | ֤֨ | 11110111101001111111011110101110 | f7a7f7ae |
SJIS-WIN | ÷§÷? | 10000001100000001000000110011000100000011000000000111111 | 8180819881803f |
EUC-JP | ֤֨ | 101000011110000010100001111110001010000111100000100011111010001011101110 | a1e0a1f8a1e08fa2ee |
UTF-8 | ֤֨ | 1100001110110111110000101010011111000011101101111100001010101110 | c3b7c2a7c3b7c2ae |
UHC | ֤֨ | 1010000111000000101000011101011110100001110000001010001011100111 | a1c0a1d7a1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)