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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 錵剰隈諛 | 1110100001000101100011111110100010001100010001111110011010000111 | e8458fe88c47e687 |
| EUC-JP | 錵剰隈諛 | 1110111110100110101111101110101010110111101010001110101111100111 | efa6beeab7a8ebe7 |
| UTF-8 | 錵剰隈諛 | 111010011000110010110101111001011000100110110000111010011001101010001000111010001010101110011011 | e98cb5e589b0e99a88e8ab9b |
| UHC | ???諛 | 0011111100111111001111111110101110110000 | 3f3f3febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)