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 | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
| SJIS-WIN | 琮????_ | 11111011011010100011111100111111001111110011111101011111 | fb6a3f3f3f3f5f |
| EUC-JP | 琮???Œ_ | 10001111110011001011001000111111001111110011111110001111101010011010110101011111 | 8fccb23f3f3f8fa9ad5f |
| UTF-8 | 琮렟롋댄Œ_ | 111001111001000010101110111010111010000010011111111010111010000110001011111010111000110010000100110001011001001001011111 | e790aeeba09feba18beb8c84c5925f |
| UHC | 琮렟롋댄Œ_ | 1111000011111001100011101011000010001110110100011011010011101101101010001010101101011111 | f0f98eb08ed1b4eda8ab5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)