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 | 蟇ャ闥韮 | 11100101101011111010110011101000100100101001010001000010 | e5aface8929442 |
EUC-JP | 蟇ャ闥韮 | 1110101010110001100011101010110011101111111100101100011110100011 | eab18eaceff2c7a3 |
UTF-8 | 蟇ャ闥韮 | 111010001001111110000111111011111011110110101100111010011001011110100101111010011001111110101110 | e89f87efbdace997a5e99fae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)