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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 劑?F | 10011001100111010011111101000110 | 999d3f46 |
EUC-JP | 劑?F | 11010001111111010011111101000110 | d1fd3f46 |
UTF-8 | 劑렣F | 11100101100010101001000111101011101000001010001101000110 | e58a91eba0a346 |
UHC | 劑렣F | 1111000010100101100011101011010001000110 | f0a58eb446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)