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 | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-WIN | 湜湿A | 1111101101000111100011101011110001000001 | fb478ebc41 |
EUC-JP | 湜湿A | 100011111100011111111100101111001011111001000001 | 8fc7fcbcbe41 |
UTF-8 | 湜湿A | 11100110101110011001110011100110101110011011111101000001 | e6b99ce6b9bf41 |
UHC | 湜?A | 11100011110101110011111101000001 | e3d73f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)