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 | □∫??ヂ | 1000000110100000100000011110011100111111001111111000001101100001 | 81a081e73f3f8361 |
EUC-JP | □∫??ヂ | 1010001010100010101000101110100100111111001111111010010111000010 | a2a2a2e93f3fa5c2 |
UTF-8 | □∫룴횕ヂ | 111000101001011010100001111000101000100010101011111010111010001110110100111011011001101010010101111000111000001110000010 | e296a1e288abeba3b4ed9a95e38382 |
UHC | □∫룴횕ヂ | 10100001111000001010000111110010100011111010100111000011100011111010101111000010 | a1e0a1f28fa9c38fabc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)