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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
| EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
| UTF-8 | 鍊믭슭絶꾢ㅁ | 111011111010011010011011111010111010111110101101111011001000101010101101111001111011010110110110111010101011111010100010111000111000010110000001 | efa69bebafadec8aade7b5b6eabea2e38581 |
| UHC | 鍊믭슭絶꾢ㅁ | 111001101110100010010010111011111011110110111110111011111011111010000100111001011010010010110001 | e6e892efbdbeefbe84e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)