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 | 001111110111011001000101 | 3f7645 |
SJIS-WIN | ?vE | 001111110111011001000101 | 3f7645 |
EUC-JP | ?vE | 001111110111011001000101 | 3f7645 |
UTF-8 | 卨vE | 1110010110001101101010000111011001000101 | e58da87645 |
UHC | 卨vE | 11100000110110010111011001000101 | e0d97645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)