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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 鉉槭Ρ菫ョw | 11100111111010011001111011100011100000111010111111100100101111111010111001110111 | e7e99ee383afe4bfae77 |
| EUC-JP | 鉉槭Ρ菫ョw | 1110111011101011110111001110010110100110101100011110100011000001100011101010111001110111 | eeebdce5a6b1e8c18eae77 |
| UTF-8 | 鉉槭Ρ菫ョw | 111010011000100110001001111001101010011110101101110011101010000111101000100011111010101111101111101111011010111001110111 | e98989e6a7adcea1e88fabefbdae77 |
| UHC | 鉉?Ρ菫?w | 111110101110100000111111101001011101000111010000110010110011111101110111 | fae83fa5d1d0cb3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)