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 | ??H? | 00111111001111110100100000111111 | 3f3f483f |
SJIS-WIN | ??H贓 | 0011111100111111010010001110011011011001 | 3f3f48e6d9 |
EUC-JP | ??H贓 | 0011111100111111010010001110110011011011 | 3f3f48ecdb |
UTF-8 | 稶렚H贓 | 11100111101010001011011011101011101000001001101001001000111010001011010010010011 | e7a8b6eba09a48e8b493 |
UHC | 稶렚H贓 | 11101001111100111000111010101101010010001110110111111100 | e9f38ead48edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)