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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鬮キ諛郁ウ弯 | 11101001101010111011011111100110100001111000100011101000101100111001110001011110 | e9abb7e68788e8b39c5e |
| EUC-JP | 鬮キ諛郁ウ弯 | 111100101010110110001110101101111110101111100111101100001110101010001110101100111101011110111111 | f2ad8eb7ebe7b0ea8eb3d7bf |
| UTF-8 | 鬮キ諛郁ウ弯 | 111010011010110010101110111011111011110110110111111010001010101110011011111010011000001110000001111011111011110110110011111001011011110010101111 | e9acaeefbdb7e8ab9be98381efbdb3e5bcaf |
| UHC | ??諛郁?? | 0011111100111111111010111011000011101001111101000011111100111111 | 3f3febb0e9f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)