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 | 湜湿澵悉煇 | 11111011010001111000111010111100111110110100110010001110101110111111101101010111 | fb478ebcfb4c8ebbfb57 |
EUC-JP | 湜湿澵悉煇 | 10001111110001111111110010111100101111101000111111001000111110001011110010111101100011111100100111110101 | 8fc7fcbcbe8fc8f8bcbd8fc9f5 |
UTF-8 | 湜湿澵悉煇 | 111001101011100110011100111001101011100110111111111001101011111010110101111001101000001010001001111001111000010110000111 | e6b99ce6b9bfe6beb5e68289e78587 |
UHC | 湜??悉煇 | 1110001111010111001111110011111111100011111110101111110111001000 | e3d73f3fe3fafdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)