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 | ?^vE | 00111111010111100111011001000101 | 3f5e7645 |
SJIS-WIN | 罪^vE | 1000110111011111010111100111011001000101 | 8ddf5e7645 |
EUC-JP | 罪^vE | 1011101011100001010111100111011001000101 | bae15e7645 |
UTF-8 | 罪^vE | 111001111011110110101010010111100111011001000101 | e7bdaa5e7645 |
UHC | 罪^vE | 1111000110101010010111100111011001000101 | f1aa5e7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)