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 | ??p^ | 00111111001111110111000001011110 | 3f3f705e |
| SJIS-WIN | ウロp^ | 10110011110110110111000001011110 | b3db705e |
| EUC-JP | ウロp^ | 100011101011001110001110110110110111000001011110 | 8eb38edb705e |
| UTF-8 | ウロp^ | 1110111110111101101100111110111110111110100110110111000001011110 | efbdb3efbe9b705e |
| UHC | ??p^ | 00111111001111110111000001011110 | 3f3f705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)