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 | 100011111011011111100101111110110111101101100100 | 8fb7e5fb7b64 |
SJIS-WIN | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
EUC-JP | ??åû{d | 00111111001111111000111110101011101010011000111110101011111001010111101101100100 | 3f3f8faba98fabe57b64 |
UTF-8 | ·åû{d | 11000010100011111100001010110111110000111010010111000011101110110111101101100100 | c28fc2b7c3a5c3bb7b64 |
UHC | ?·??{d | 00111111101000011010010000111111001111110111101101100100 | 3fa1a43f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)