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 | 壯良壯粱^ | 100110101110000110010111110001111001101011100001111000101110101101011110 | 9ae197c79ae1e2eb5e |
EUC-JP | 壯良壯粱^ | 110101001110001111001110110010011101010011100011111001001110110101011110 | d4e3cec9d4e3e4ed5e |
UTF-8 | 壯良壯粱^ | 11100101101000111010111111101000100010011010111111100101101000111010111111100111101100101011000101011110 | e5a3afe889afe5a3afe7b2b15e |
UHC | 壯良壯粱^ | 111011011110000011010101110111101110110111100000110101011101110001011110 | ede0d5deede0d5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)