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 | ?{?s | 00111111011110110011111101110011 | 3f7b3f73 |
SJIS-WIN | 鴉{鴉s | 111010011110101101111011111010011110101101110011 | e9eb7be9eb73 |
EUC-JP | 鴉{鴉s | 111100101110110101111011111100101110110101110011 | f2ed7bf2ed73 |
UTF-8 | 鴉{鴉s | 1110100110110100100010010111101111101001101101001000100101110011 | e9b4897be9b48973 |
UHC | 鴉{鴉s | 111001001011110001111011111001001011110001110011 | e4bc7be4bc73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)