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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ヘヨ朎^ | 1100110111010110111110101101111101011110 | cdd6fadf5e |
| EUC-JP | ヘヨ朎^ | 1000111011001101100011101101011010001111110000101111000001011110 | 8ecd8ed68fc2f05e |
| UTF-8 | ヘヨ朎^ | 11101111101111101000110111101111101111101001011011100110100111001000111001011110 | efbe8defbe96e69c8e5e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)