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 | 1001000110110001100100011010001001000001 | 91b191a241 |
EUC-JP | 続造A | 1100001010110011110000101010010001000001 | c2b3c2a441 |
UTF-8 | 続造A | 11100111101101101001101011101001100000001010000001000001 | e7b69ae980a041 |
UHC | ?造A | 00111111111100001110001101000001 | 3ff0e341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)