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 | 1110001110110101100110101010011101000001 | e3b59aa741 |
EUC-JP | 羞圦A | 1110011010110111110101001010100101000001 | e6b7d4a941 |
UTF-8 | 羞圦A | 11100111101111101001111011100101100111001010011001000001 | e7be9ee59ca641 |
UHC | 羞?A | 11100010101110100011111101000001 | e2ba3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)