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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 危肋危肋B | 100010101110101110011000010111011000101011101011100110000101110101000010 | 8aeb985d8aeb985d42 |
EUC-JP | 危肋危肋B | 101101001110110111001111101111101011010011101101110011111011111001000010 | b4edcfbeb4edcfbe42 |
UTF-8 | 危肋危肋B | 11100101100011011011000111101000100000101000101111100101100011011011000111101000100000101000101101000010 | e58db1e8828be58db1e8828b42 |
UHC | 危肋危肋B | 111010101100101111010111110011101110101011001011110101111100111001000010 | eacbd7ceeacbd7ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)