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 | ç®õîB | 1110011110101110111101011110111001000010 | e7aef5ee42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ç®õîB | 10001111101010111010111010001111101000101110111010001111101010111101100010001111101010111100001001000010 | 8fabae8fa2ee8fabd88fabc242 |
UTF-8 | ç®õîB | 110000111010011111000010101011101100001110110101110000111010111001000010 | c3a7c2aec3b5c3ae42 |
UHC | ?®??B | 001111111010001011100111001111110011111101000010 | 3fa2e73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)