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 | 茹??兆 | 111001001010010100111111001111111001001010011011 | e4a53f3f929b |
| EUC-JP | 茹??兆 | 111010001010011100111111001111111100001111111011 | e8a73f3fc3fb |
| UTF-8 | 茹롛렽兆 | 111010001000110010111001111010111010000110011011111010111010000010111101111001011000010110000110 | e88cb9eba19beba0bde58586 |
| UHC | 茹롛렽兆 | 1110011010101010100011101101111110001110110001011111000010111100 | e6aa8edf8ec5f0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)