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 | 蕈」鮗・蒻 | 1110010011111100101000111110100110111010101001011110010011101000 | e4fca3e9baa5e4e8 |
EUC-JP | 蕈」鮗・蒻 | 11101000111111101000111010100011111100101011110010001110101001011110100011101010 | e8fe8ea3f2bc8ea5e8ea |
UTF-8 | 蕈」鮗・蒻 | 111010001001010110001000111011111011110110100011111010011010111010010111111011111011110110100101111010001001001010111011 | e89588efbda3e9ae97efbda5e892bb |
UHC | ????蒻 | 001111110011111100111111001111111110010110110110 | 3f3f3f3fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)