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 | 魑ャ闥秘巨 | 111010011011001110101100111010001001001010010100111010011000101110010000 | e9b3ace89294e98b90 |
EUC-JP | 魑ャ闥秘巨 | 11110010101101011000111010101100111011111111001011001000111010111011010111110000 | f2b58eaceff2c8ebb5f0 |
UTF-8 | 魑ャ闥秘巨 | 111010011010110110010001111011111011110110101100111010011001011110100101111001111010011110011000111001011011011110101000 | e9ad91efbdace997a5e7a798e5b7a8 |
UHC | ???秘巨 | 00111111001111110011111111011101111110101100101111011101 | 3f3f3fddfacbdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)