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 | 萵イ墲」褻 | 1110010011100000101100101111101010011110101000111110010111110110 | e4e0b2fa9ea3e5f6 |
EUC-JP | 萵イ墲」褻 | 1110100011100010100011101011001010001111101110001100111010001110101000111110101011111000 | e8e28eb28fb8ce8ea3eaf8 |
UTF-8 | 萵イ墲」褻 | 111010001001000010110101111011111011110110110010111001011010001010110010111011111011110110100011111010001010010010111011 | e890b5efbdb2e5a2b2efbda3e8a4bb |
UHC | ????褻 | 001111110011111100111111001111111110000011100001 | 3f3f3f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)