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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | □∫??ケ | 1000000110100000100000011110011100111111001111111000001101010000 | 81a081e73f3f8350 |
EUC-JP | □∫??ケ | 1010001010100010101000101110100100111111001111111010010110110001 | a2a2a2e93f3fa5b1 |
UTF-8 | □∫룴횕ケ | 111000101001011010100001111000101000100010101011111010111010001110110100111011011001101010010101111000111000001010110001 | e296a1e288abeba3b4ed9a95e382b1 |
UHC | □∫룴횕ケ | 10100001111000001010000111110010100011111010100111000011100011111010101110110001 | a1e0a1f28fa9c38fabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)