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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 七ワ陲ュ | 111100011110001010001110101101011111000010110100110111001110100010100010101011011111000111111100 | f1e28eb5f0b4dce8a2adf1fc |
EUC-JP | ?七?ワ陲ュ? | 0011111110111100101101110011111110001110110111001111000010100100100011101010110100111111 | 3fbcb73f8edcf0a48ead3f |
UTF-8 | 七ワ陲ュ | 111011101000010110011101111001001011100010000011111011101000000110110011111011111011111010011100111010011001100110110010111011111011110110101101111011101000010110110111 | ee859de4b883ee81b3efbe9ce999b2efbdadee85b7 |
UHC | ?七????? | 0011111111110110110100100011111100111111001111110011111100111111 | 3ff6d23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)