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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 臾щ?維?^ | 111001000110101110000100100010110011111110001000110110110011111101011110 | e46b848b3f88db3f5e |
| EUC-JP | 臾щ?維?^ | 111001111100110010100111111010110011111110110000110111010011111101011110 | e7cca7eb3fb0dd3f5e |
| UTF-8 | 臾щ춡維봑^ | 111010001000011110111110110100011000100111101100101101101010000111100111101101101010110111101011101101001001000101011110 | e887bed189ecb6a1e7b6adebb4915e |
| UHC | 臾щ춡維봑^ | 1110101110101100101011001110101110101101100000101110101110101011100101000100111101011110 | ebacacebad82ebab944f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)