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 | ERCF | 10010010010001010101001010010010010000111001001001000110 | 92455292439246 |
SJIS-WIN | ?ER?C?F | 00111111010001010101001000111111010000110011111101000110 | 3f45523f433f46 |
EUC-JP | ?ER?C?F | 00111111010001010101001000111111010000110011111101000110 | 3f45523f433f46 |
UTF-8 | ERCF | 11000010100100100100010101010010110000101001001001000011110000101001001001000110 | c2924552c29243c29246 |
UHC | ?ER?C?F | 00111111010001010101001000111111010000110011111101000110 | 3f45523f433f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)