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 | 魑・?讒 | 111010011011001110100101001111111110011010100111 | e9b3a53fe6a7 |
EUC-JP | 魑・彤讒 | 111100101011010110001110101001011000111110111100111111011110110010101001 | f2b58ea58fbcfdeca9 |
UTF-8 | 魑・彤讒 | 111010011010110110010001111011111011110110100101111001011011110110100100111010001010111010010010 | e9ad91efbda5e5bda4e8ae92 |
UHC | ???讒 | 0011111100111111001111111111001111011000 | 3f3f3ff3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)