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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鏃否授 | 111010000101011010010100110110111000111011110110 | e85694db8ef6 |
EUC-JP | 鏃否授 | 111011111011011111001000110111011011110011111000 | efb7c8ddbcf8 |
UTF-8 | 鏃否授 | 111010011000111110000011111001011001000010100110111001101000111010001000 | e98f83e590a6e68e88 |
UHC | 鏃否授 | 111100001110110011011100111110101110001010100011 | f0ecdcfae2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)