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 | ???誼?? | 00111111001111110011111110001011011000100011111100111111 | 3f3f3f8b623f3f |
| EUC-JP | ???誼?? | 00111111001111110011111110110101110000110011111100111111 | 3f3f3fb5c33f3f |
| UTF-8 | 樂띾맧誼쇿톹 | 111011111010011010111111111010111001110110111110111010111010011110100111111010001010101010111100111011001000011110111111111011011000011010111001 | efa6bfeb9dbeeba7a7e8aabcec87bfed86b9 |
| UHC | 樂띾맧誼쇿톹 | 111010001111100110001101111010111001000010110000111010111111111010011001111001011011011110001101 | e8f98deb90b0ebfe99e5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)