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 | 10010010010000100101011001000010 | 92425642 |
EUC-JP | 達VB | 11000011101000110101011001000010 | c3a35642 |
UTF-8 | 達VB | 1110100110000001100101000101011001000010 | e981945642 |
UHC | 達VB | 11010011101110010101011001000010 | d3b95642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)