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 | 00111111001111110011111101110111 | 3f3f3f77 |
| SJIS-WIN | 貎∫ルw | 11100110101111011000000111100111100000111000101101110111 | e6bd81e7838b77 |
| EUC-JP | 貎∫ルw | 11101100101111111010001011101001101001011110101101110111 | ecbfa2e9a5eb77 |
| UTF-8 | 貎∫ルw | 11101000101100101000111011100010100010001010101111100011100000111010101101110111 | e8b28ee288abe383ab77 |
| UHC | ?∫ルw | 001111111010000111110010101010111110101101110111 | 3fa1f2abeb77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)