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 | 11101001111000011001101001000000111010001110000101110111 | e9e19a40e8e177 |
| EUC-JP | 鱆咫鞦w | 11110010111000111101001110100001111100001110001101110111 | f2e3d3a1f0e377 |
| UTF-8 | 鱆咫鞦w | 11101001101100011000011011100101100100101010101111101001100111101010011001110111 | e9b186e592abe99ea677 |
| UHC | ?咫?w | 0011111111110010101000010011111101110111 | 3ff2a13f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)