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 | õ]à} | 100111111111010110011011010111011110000001111101 | 9ff59b5de07d |
| SJIS-WIN | ???]?} | 001111110011111100111111010111010011111101111101 | 3f3f3f5d3f7d |
| EUC-JP | ?õ?]à} | 00111111100011111010101111011000001111110101110110001111101010111010001001111101 | 3f8fabd83f5d8faba27d |
| UTF-8 | õ]à} | 11000010100111111100001110110101110000101001101101011101110000111010000001111101 | c29fc3b5c29b5dc3a07d |
| UHC | ???]?} | 001111110011111100111111010111010011111101111101 | 3f3f3f5d3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)