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 | 帳e?弱?? | 100100101010000010000010100001010011111110001110111000110011111100111111 | 92a082853f8ee33f3f |
| EUC-JP | 帳e?弱?? | 110001001010001010100011111001010011111110111100111001010011111100111111 | c4a2a3e53fbce53f3f |
| UTF-8 | 帳e쳣弱욄굢 | 111001011011100010110011111011111011110110000101111011001011001110100011111001011011110010110001111011001001101010000100111010101011010110100010 | e5b8b3efbd85ecb3a3e5bcb1ec9a84eab5a2 |
| UHC | 帳e쳣弱욄굢 | 111011011110001110100011111001011010101110001001111001011011000010011110111001101000001010001001 | ede3a3e5ab89e5b09ee68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)