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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 逑冗カスG | 11100111100100111000111111100111101101101011110101000111 | e7938fe7b6bd47 |
EUC-JP | 逑冗カスG | 111011011111001110111110111010011000111010110110100011101011110101000111 | edf3bee98eb68ebd47 |
UTF-8 | 逑冗カスG | 11101001100000001001000111100101100001101001011111101111101111011011011011101111101111011011110101000111 | e98091e58697efbdb6efbdbd47 |
UHC | 逑冗??G | 11001111110001111110100110110111001111110011111101000111 | cfc7e9b73f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)