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 | 遶」闡帷ァ | 1110011110101011101000111110100010010001100110111110011110100111 | e7aba3e8919be7a7 |
EUC-JP | 遶」闡帷ァ | 11101110101011011000111010100011111011111111000111010110111010011000111010100111 | eead8ea3eff1d6e98ea7 |
UTF-8 | 遶」闡帷ァ | 111010011000000110110110111011111011110110100011111010011001011110100001111001011011100010110111111011111011110110100111 | e981b6efbda3e997a1e5b8b7efbda7 |
UHC | ??闡?? | 001111110011111111110100110001010011111100111111 | 3f3ff4c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)