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 | 湜湿煆宍煇 | 11111011010001111000111010111100111110110101011010001110101100111111101101010111 | fb478ebcfb568eb3fb57 |
EUC-JP | 湜湿煆宍煇 | 10001111110001111111110010111100101111101000111111001001111101001011110010110101100011111100100111110101 | 8fc7fcbcbe8fc9f4bcb58fc9f5 |
UTF-8 | 湜湿煆宍煇 | 111001101011100110011100111001101011100110111111111001111000010110000110111001011010111010001101111001111000010110000111 | e6b99ce6b9bfe78586e5ae8de78587 |
UHC | 湜???煇 | 11100011110101110011111100111111001111111111110111001000 | e3d73f3f3ffdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)