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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 貽磆\}貽磆\{^ | 11100110110001001110000111110101010111000111110111100110110001001110000111110101010111000111101101011110 | e6c4e1f55c7de6c4e1f55c7b5e |
EUC-JP | 貽磆\}貽磆\{^ | 11101100110001101110001011110111010111000111110111101100110001101110001011110111010111000111101101011110 | ecc6e2f75c7decc6e2f75c7b5e |
UTF-8 | 貽磆\}貽磆\{^ | 1110100010110010101111011110011110100011100001100101110001111101111010001011001010111101111001111010001110000110010111000111101101011110 | e8b2bde7a3865c7de8b2bde7a3865c7b5e |
UHC | 貽?\}貽?\{^ | 1110110011000010001111110101110001111101111011001100001000111111010111000111101101011110 | ecc23f5c7decc23f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)