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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
EUC-JP | 瀣?[BF | 10001111110010011011000100111111010110110100001001000110 | 8fc9b13f5b4246 |
UTF-8 | 瀣렍[BF | 111001111000000010100011111010111010000010001101010110110100001001000110 | e780a3eba08d5b4246 |
UHC | 瀣렍[BF | 11111010101011101000111010100011010110110100001001000110 | faae8ea35b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)