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 | ]Fe | 100000010101110110000001010001101000000101100101 | 815d81468165 |
SJIS-WIN | ?]?F?e | 001111110101110100111111010001100011111101100101 | 3f5d3f463f65 |
EUC-JP | ?]?F?e | 001111110101110100111111010001100011111101100101 | 3f5d3f463f65 |
UTF-8 | ]Fe | 110000101000000101011101110000101000000101000110110000101000000101100101 | c2815dc28146c28165 |
UHC | ?]?F?e | 001111110101110100111111010001100011111101100101 | 3f5d3f463f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)