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 | 嵭宍尞軸 | 1111101010110011100011101011001111111010101010111000111010110010 | fab38eb3faab8eb2 |
| EUC-JP | 嵭宍尞軸 | 10001111101110111101111010111100101101011000111110111010111010111011110010110100 | 8fbbdebcb58fbaebbcb4 |
| UTF-8 | 嵭宍尞軸 | 111001011011010110101101111001011010111010001101111001011011000010011110111010001011101110111000 | e5b5ade5ae8de5b09ee8bbb8 |
| UHC | ???軸 | 0011111100111111001111111111010111101110 | 3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)