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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竇イ豎宣賢 | 111000101000010110110010111001101011000110010000111010011000110010101011 | e285b2e6b190e98cab |
EUC-JP | 竇イ豎宣賢 | 11100011111001011000111010110010111011001011001111000000111010111011100010101101 | e3e58eb2ecb3c0ebb8ad |
UTF-8 | 竇イ豎宣賢 | 111001111010101110000111111011111011110110110010111010001011000110001110111001011010111010100011111010001011001110100010 | e7ab87efbdb2e8b18ee5aea3e8b3a2 |
UHC | 竇??宣賢 | 1101010011100100001111110011111111100000101111101111101011100111 | d4e43f3fe0befae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)