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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 業??諭?? | 1000101111000110001111110011111110010111010000000011111100111111 | 8bc63f3f97403f3f |
| EUC-JP | 業??諭?? | 1011011011001000001111110011111111001101101000010011111100111111 | b6c83f3fcda13f3f |
| UTF-8 | 業볥슗諭€삌 | 111001101010010110101101111010111011001110100101111011001000101010010111111010001010101110101101111000101000001010101100111011001000001010001100 | e6a5adebb3a5ec8a97e8abade282acec828c |
| UHC | 業볥슗諭€삌 | 111001011111011010010011111010111001101010100110111010111011000110100010111001101001100010010011 | e5f693eb9aa6ebb1a2e69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)