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 | 軟??慾 | 100100111110111000111111001111111001011101111100 | 93ee3f3f977c |
| EUC-JP | 軟??慾 | 110001101111000000111111001111111100110111011101 | c6f03f3fcddd |
| UTF-8 | 軟뉛풎慾 | 111010001011101110011111111010111000100110011011111011011001001010001110111001101000010110111110 | e8bb9feb899bed928ee685be |
| UHC | 軟뉛풎慾 | 1110011011100011100001111110111110111110100100101110100110101111 | e6e387efbe92e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)