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 | 韶泌クク鞐ア | 111010001110111010010100111001011011100010111000111010001101111010110001 | e8ee94e5b8b8e8deb1 |
| EUC-JP | 韶泌クク鞐ア | 111100001111000011001000111001111000111010111000100011101011100011110000111000001000111010110001 | f0f0c8e78eb88eb8f0e08eb1 |
| UTF-8 | 韶泌クク鞐ア | 111010011001111110110110111001101011001110001100111011111011110110111000111011111011110110111000111010011001111010010000111011111011110110110001 | e99fb6e6b38cefbdb8efbdb8e99e90efbdb1 |
| UHC | 韶泌???? | 1110000111010010111110011011001000111111001111110011111100111111 | e1d2f9b23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)