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 | 紗悉質湿邪 | 10001110110100011000111010111011100011101011111110001110101111001000111011010111 | 8ed18ebb8ebf8ebc8ed7 |
EUC-JP | 紗悉質湿邪 | 10111100110100111011110010111101101111001100000110111100101111101011110011011001 | bcd3bcbdbcc1bcbebcd9 |
UTF-8 | 紗悉質湿邪 | 111001111011010010010111111001101000001010001001111010001011001110101010111001101011100110111111111010011000001010101010 | e7b497e68289e8b3aae6b9bfe982aa |
UHC | 紗悉質?邪 | 110111101110100111100011111110101111001011110101001111111101111011110111 | dee9e3faf2f53fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)