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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | セ羣ワ{d | 101111101110001110111000110111000111101101100100 | bee3b8dc7b64 |
EUC-JP | セ羣ワ{d | 1000111010111110111001101011101010001110110111000111101101100100 | 8ebee6ba8edc7b64 |
UTF-8 | セ羣ワ{d | 1110111110111101101111101110011110111110101000111110111110111110100111000111101101100100 | efbdbee7bea3efbe9c7b64 |
UHC | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)