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 | 殉森 | 10001111011111011001000001011000 | 8f7d9058 |
EUC-JP | 殉森 | 10111101110111101011111110111001 | bddebfb9 |
UTF-8 | 殉森 | 111001101010111010001001111001101010001110101110 | e6ae89e6a3ae |
UHC | 殉森 | 11100010111001101101111110110101 | e2e6dfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)