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 | 1110010011110010100010011000110010000100101000010111101101100100 | e4f2898c84a17b64 |
EUC-JP | 蔗煙┌{d | 1110100011110100101100011110110010101000101000110111101101100100 | e8f4b1eca8a37b64 |
UTF-8 | 蔗煙┌{d | 1110100010010100100101111110011110000101100110011110001010010100100011000111101101100100 | e89497e78599e2948c7b64 |
UHC | 蔗煙┌{d | 1110110110111101111001101101010110100110101000110111101101100100 | edbde6d5a6a37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)