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 | ??u^ | 00111111001111110111010101011110 | 3f3f755e |
| SJIS-WIN | ??u^ | 00111111001111110111010101011110 | 3f3f755e |
| EUC-JP | ??u^ | 00111111001111110111010101011110 | 3f3f755e |
| UTF-8 | 뤒법u^ | 1110101110100100100100101110101110110010100101010111010101011110 | eba492ebb295755e |
| UHC | 뤒법u^ | 100011111100001010111001111111010111010101011110 | 8fc2b9fd755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)