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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 勞?? | 10011001101001110011111100111111 | 99a73f3f |
| EUC-JP | 勞?? | 11010010101010010011111100111111 | d2a93f3f |
| UTF-8 | 勞㎬ㄴ | 111001011000101110011110111000111000111010101100111000111000010010110100 | e58b9ee38eace384b4 |
| UHC | 勞㎬ㄴ | 110101101100110010100111111010001010010010100100 | d6cca7e8a4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)