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 | 001111110111101101100100 | 3f7b64 |
SJIS-WIN | :{d | 10000001010001100111101101100100 | 81467b64 |
EUC-JP | :{d | 10100001101001110111101101100100 | a1a77b64 |
UTF-8 | :{d | 1110111110111100100110100111101101100100 | efbc9a7b64 |
UHC | :{d | 10100011101110100111101101100100 | a3ba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)