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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??┘愈 | 001111110011111110000100101000111001011011111010 | 3f3f84a396fa |
EUC-JP | ??┘愈 | 001111110011111110101000101001011100110011111100 | 3f3fa8a5ccfc |
UTF-8 | 掠롫┘愈 | 111011111010010110110101111010111010000110101011111000101001010010011000111001101000010010001000 | efa5b5eba1abe29498e68488 |
UHC | 掠롫┘愈 | 1110010110110001100011101110101110100110101001011110101011101111 | e5b18eeba6a5eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)