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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 貳貳^ | 1110011011000110111001101100011001011110 | e6c6e6c65e |
EUC-JP | 貳貳^ | 1110110011001000111011001100100001011110 | ecc8ecc85e |
UTF-8 | 貳貳^ | 11101000101100101011001111101000101100101011001101011110 | e8b2b3e8b2b35e |
UHC | 貳貳^ | 1110110011000011111011001100001101011110 | ecc3ecc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)