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 | 100111100100001000111111001111110111101101100100 | 9e423f3f7b64 |
EUC-JP | 曖??{d | 110110111010001100111111001111110111101101100100 | dba33f3f7b64 |
UTF-8 | 曖면퐦{d | 1110011010011011100101101110101110101001101101001110110110010000101001100111101101100100 | e69b96eba9b4ed90a67b64 |
UHC | 曖면퐦{d | 1110010011110010101110001110100110111101100011110111101101100100 | e4f2b8e9bd8f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)