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 | 艟渇洪羃肢蟹 | 111001000111110110001010100010011000110101011110111000111011000010001110100010001000101001001001 | e47d8a898d5ee3b08e888a49 |
| EUC-JP | 艟渇洪羃肢蟹 | 111001111101111010110011111010011011100110111111111001101011001010111011111010001011001110101010 | e7deb3e9b9bfe6b2bbe8b3aa |
| UTF-8 | 艟渇洪羃肢蟹 | 111010001000100110011111111001101011100010000111111001101011010010101010111001111011111010000011111010001000001010100010111010001001111110111001 | e8899fe6b887e6b4aae7be83e882a2e89fb9 |
| UHC | ??洪?肢蟹 | 001111110011111111111011111100110011111111110010101101101111101010101111 | 3f3ffbf33ff2b6faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)