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 | 1110001110110101111000111101100001000001 | e3b5e3d841 |
EUC-JP | 羞聒A | 1110011010110111111001101101101001000001 | e6b7e6da41 |
UTF-8 | 羞聒A | 11100111101111101001111011101000100000011001001001000001 | e7be9ee8819241 |
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)