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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮ョ闖ゥ闡オ | 111010011010101110101110111010001000111110101001111010001001000110110101 | e9abaee88fa9e891b5 |
EUC-JP | 鬮ョ闖ゥ闡オ | 111100101010110110001110101011101110111111101111100011101010100111101111111100011000111010110101 | f2ad8eaeefef8ea9eff18eb5 |
UTF-8 | 鬮ョ闖ゥ闡オ | 111010011010110010101110111011111011110110101110111010011001011110010110111011111011110110101001111010011001011110100001111011111011110110110101 | e9acaeefbdaee99796efbda9e997a1efbdb5 |
UHC | ??闖?闡? | 0011111100111111111101111110011000111111111101001100010100111111 | 3f3ff7e63ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)