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 | ?VB | 001111110101011001000010 | 3f5642 |
SJIS-WIN | 唸VB | 10011010010110000101011001000010 | 9a585642 |
EUC-JP | 唸VB | 11010011101110010101011001000010 | d3b95642 |
UTF-8 | 唸VB | 1110010110010100101110000101011001000010 | e594b85642 |
UHC | ?VB | 001111110101011001000010 | 3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)