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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阨」蝎ィ闥殖 | 11101000100101011010001111100101100110011010100011101000100100101001000001000010 | e895a3e599a8e8929042 |
EUC-JP | 阨」蝎ィ闥殖 | 111011111111010110001110101000111110100111111001100011101010100011101111111100101011111110100011 | eff58ea3e9f98ea8eff2bfa3 |
UTF-8 | 阨」蝎ィ闥殖 | 111010011001100010101000111011111011110110100011111010001001110110001110111011111011110110101000111010011001011110100101111001101010111010010110 | e998a8efbda3e89d8eefbda8e997a5e6ae96 |
UHC | ??蝎??殖 | 0011111100111111110010101110100100111111001111111110001111010110 | 3f3fcae93f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)