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 | ラールオ | 11010111101100001101100110110101 | d7b0d9b5 |
| EUC-JP | ラールオ | 1000111011010111100011101011000010001110110110011000111010110101 | 8ed78eb08ed98eb5 |
| UTF-8 | ラールオ | 111011111011111010010111111011111011110110110000111011111011111010011001111011111011110110110101 | efbe97efbdb0efbe99efbdb5 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)