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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 袁良袁粱^ | 111001011100110110010111110001111110010111001101111000101110101101011110 | e5cd97c7e5cde2eb5e |
EUC-JP | 袁良袁粱^ | 111010101100111111001110110010011110101011001111111001001110110101011110 | eacfcec9eacfe4ed5e |
UTF-8 | 袁良袁粱^ | 11101000101000101000000111101000100010011010111111101000101000101000000111100111101100101011000101011110 | e8a281e889afe8a281e7b2b15e |
UHC | 袁良袁粱^ | 111010101011111011010101110111101110101010111110110101011101110001011110 | eabed5deeabed5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)