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 | ?VP | 001111110101011001010000 | 3f5650 |
SJIS-WIN | 達VP | 10010010010000100101011001010000 | 92425650 |
EUC-JP | 達VP | 11000011101000110101011001010000 | c3a35650 |
UTF-8 | 達VP | 1110100110000001100101000101011001010000 | e981945650 |
UHC | 達VP | 11010011101110010101011001010000 | d3b95650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)