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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | イ鯑ソ^ | 11110010101101101011001011101001110001001011111101011110 | f2b6b2e9c4bf5e |
| EUC-JP | ?イ鯑ソ^ | 0011111110001110101100101111001011000110100011101011111101011110 | 3f8eb2f2c68ebf5e |
| UTF-8 | イ鯑ソ^ | 11101110100001111010110111101111101111011011001011101001101011111001000111101111101111011011111101011110 | ee87adefbdb2e9af91efbdbf5e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)