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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幸挾 | 10001101010010111001110101110000 | 8d4b9d70 |
EUC-JP | 幸挾 | 10111001101011001101100111010001 | b9acd9d1 |
UTF-8 | 幸挾 | 111001011011100110111000111001101000110010111110 | e5b9b8e68cbe |
UHC | 幸挾 | 11111010101110011111101011110011 | fab9faf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)