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 | 蛇式射治 | 1000111011010110100011101010111010001110110010111000111010100001 | 8ed68eae8ecb8ea1 |
| EUC-JP | 蛇式射治 | 1011110011011000101111001011000010111100110011011011110010100011 | bcd8bcb0bccdbca3 |
| UTF-8 | 蛇式射治 | 111010001001101110000111111001011011110010001111111001011011000010000100111001101011001010111011 | e89b87e5bc8fe5b084e6b2bb |
| UHC | 蛇式射治 | 1101111011101111111000111101001011011110110100101111011010111101 | deefe3d2ded2f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)