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 | ????征 | 001111110011111100111111001111111001000010101010 | 3f3f3f3f90aa |
EUC-JP | ????征 | 001111110011111100111111001111111100000010101100 | 3f3f3f3fc0ac |
UTF-8 | 룶퓦㈐룫征 | 111010111010001110110110111011011001001110100110111000111000100010010000111010111010001110101011111001011011111010000001 | eba3b6ed93a6e38890eba3abe5be81 |
UHC | 룶퓦㈐룫征 | 10001111101010111011111110001111101010011100000110001111101000101110111111010110 | 8fabbf8fa9c18fa2efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)