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 | 謌阪盾竇イ | 111001101000100010001101111000111000111110000010111000101000010110110010 | e6888de38f82e285b2 |
EUC-JP | 謌阪盾竇イ | 11101011111010001011101011100101101111011110001011100011111001011000111010110010 | ebe8bae5bde2e3e58eb2 |
UTF-8 | 謌阪盾竇イ | 111010001010110010001100111010011001100010101010111001111001101110111110111001111010101110000111111011111011110110110010 | e8ac8ce998aae79bbee7ab87efbdb2 |
UHC | ?阪盾竇? | 0011111111111000101000011110001011101010110101001110010000111111 | 3ff8a1e2ead4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)