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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濵宍渼 | 111110110100110110001110101100111111101101001001 | fb4d8eb3fb49 |
EUC-JP | 濵宍渼 | 1000111111001001101001101011110010110101100011111100011111110000 | 8fc9a6bcb58fc7f0 |
UTF-8 | 濵宍渼 | 111001101011111110110101111001011010111010001101111001101011100010111100 | e6bfb5e5ae8de6b8bc |
UHC | ??渼 | 00111111001111111101101010110100 | 3f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)