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 | ]^Y | 1000000101011101100000010101111001011001 | 815d815e59 |
SJIS-WIN | ?]?^Y | 0011111101011101001111110101111001011001 | 3f5d3f5e59 |
EUC-JP | ?]?^Y | 0011111101011101001111110101111001011001 | 3f5d3f5e59 |
UTF-8 | ]^Y | 11000010100000010101110111000010100000010101111001011001 | c2815dc2815e59 |
UHC | ?]?^Y | 0011111101011101001111110101111001011001 | 3f5d3f5e59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)