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 | AfAN\ | 10010010010000010110011010010010010000010100111001011100 | 92416692414e5c |
SJIS-WIN | ?Af?AN\ | 00111111010000010110011000111111010000010100111001011100 | 3f41663f414e5c |
EUC-JP | ?Af?AN\ | 00111111010000010110011000111111010000010100111001011100 | 3f41663f414e5c |
UTF-8 | AfAN\ | 110000101001001001000001011001101100001010010010010000010100111001011100 | c2924166c292414e5c |
UHC | ?Af?AN\ | 00111111010000010110011000111111010000010100111001011100 | 3f41663f414e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)