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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 葯щ?預??B | 11100100110111101000010010001011001111111001011101100001001111110011111101000010 | e4de848b3f97613f3f42 |
| EUC-JP | 葯щ?預??B | 11101000111000001010011111101011001111111100110111000010001111110011111101000010 | e8e0a7eb3fcdc23f3f42 |
| UTF-8 | 葯щ젎預뗫젎B | 111010001001000110101111110100011000100111101100101000001000111011101001101000001001000011101011100101111010101111101100101000001000111001000010 | e891afd189eca08ee9a090eb97abeca08e42 |
| UHC | 葯щ젎預뗫젎B | 11100101101101011010110011101011101000001000111111100111111010001000101111101011101000001000111101000010 | e5b5aceba08fe7e88beba08f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)