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 | FF\}FF\{^ | 10000001010001101000000101000110010111000111110110000001010001101000000101000110010111000111101101011110 | 814681465c7d814681465c7b5e |
SJIS-WIN | ?F?F\}?F?F\{^ | 00111111010001100011111101000110010111000111110100111111010001100011111101000110010111000111101101011110 | 3f463f465c7d3f463f465c7b5e |
EUC-JP | ?F?F\}?F?F\{^ | 00111111010001100011111101000110010111000111110100111111010001100011111101000110010111000111101101011110 | 3f463f465c7d3f463f465c7b5e |
UTF-8 | FF\}FF\{^ | 1100001010000001010001101100001010000001010001100101110001111101110000101000000101000110110000101000000101000110010111000111101101011110 | c28146c281465c7dc28146c281465c7b5e |
UHC | ?F?F\}?F?F\{^ | 00111111010001100011111101000110010111000111110100111111010001100011111101000110010111000111101101011110 | 3f463f465c7d3f463f465c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)