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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 恁????F | 10011100100011000011111100111111001111110011111101000110 | 9c8c3f3f3f3f46 |
EUC-JP | 恁?Ł??F | 110101111110110000111111100011111010100110101000001111110011111101000110 | d7ec3f8fa9a83f3f46 |
UTF-8 | 恁㏃Ł泥섳F | 111001101000000110000001111000111000111110000011110001011000000111101111101001111010001111101100100001001011001101000110 | e68181e38f83c581efa7a3ec84b346 |
UHC | 恁㏃Ł泥섳F | 1110110011110110101001111110110010101000101010011110110010110010100110010100001001000110 | ecf6a7eca8a9ecb2994246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)