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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 譏畷坤h | 11100110100110001001001111101011100011011010001101101000 | e69893eb8da368 |
EUC-JP | 譏畷坤h | 11101011111110001100011011101101101110101010010101101000 | ebf8c6edbaa568 |
UTF-8 | 譏畷坤h | 11101000101011011000111111100111100101011011011111100101100111011010010001101000 | e8ad8fe795b7e59da468 |
UHC | 譏?坤h | 110100011100000100111111110011011101111001101000 | d1c13fcdde68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)