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 | AWC | 1001001001000001010101111001001001000011 | 9241579243 |
SJIS-WIN | ?AW?C | 0011111101000001010101110011111101000011 | 3f41573f43 |
EUC-JP | ?AW?C | 0011111101000001010101110011111101000011 | 3f41573f43 |
UTF-8 | AWC | 11000010100100100100000101010111110000101001001001000011 | c2924157c29243 |
UHC | ?AW?C | 0011111101000001010101110011111101000011 | 3f41573f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)