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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 鞜罵h | 1110100011011111100101000110110001101000 | e8df946c68 |
EUC-JP | 鞜罵h | 1111000011100001110001111100110101101000 | f0e1c7cd68 |
UTF-8 | 鞜罵h | 11101001100111101001110011100111101111011011010101101000 | e99e9ce7bdb568 |
UHC | ?罵h | 00111111110110001110000101101000 | 3fd8e168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)