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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豬ッ驤エ諷 | 1110011010110101101011111110100110001000101101001110011010000101 | e6b5afe988b4e685 |
EUC-JP | 豬ッ驤エ諷 | 11101100101101111000111010101111111100011110100010001110101101001110101111100101 | ecb78eaff1e88eb4ebe5 |
UTF-8 | 豬ッ驤エ諷 | 111010001011000110101100111011111011110110101111111010011010100110100100111011111011110110110100111010001010101110110111 | e8b1acefbdafe9a9a4efbdb4e8abb7 |
UHC | ????諷 | 001111110011111100111111001111111111100110100100 | 3f3f3f3ff9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)