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 | VDVD^ | 10001010010101100100010010001010010101100100010001011110 | 8a56448a56445e |
SJIS-WIN | ?VD?VD^ | 00111111010101100100010000111111010101100100010001011110 | 3f56443f56445e |
EUC-JP | ?VD?VD^ | 00111111010101100100010000111111010101100100010001011110 | 3f56443f56445e |
UTF-8 | VDVD^ | 110000101000101001010110010001001100001010001010010101100100010001011110 | c28a5644c28a56445e |
UHC | ?VD?VD^ | 00111111010101100100010000111111010101100100010001011110 | 3f56443f56445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)