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 | 竇キ逞誹⊿ | 111000101000010110110111111001111001011110010100111011101000011110011001 | e285b7e79794ee8799 |
EUC-JP | 竇キ逞誹? | 111000111110010110001110101101111110110111110111110010001111000000111111 | e3e58eb7edf7c8f03f |
UTF-8 | 竇キ逞誹⊿ | 111001111010101110000111111011111011110110110111111010011000000010011110111010001010101010111001111000101000101010111111 | e7ab87efbdb7e9809ee8aab9e28abf |
UHC | 竇?逞誹? | 1101010011100100001111111101011011000001110111101010011000111111 | d4e43fd6c1dea63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)