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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 危肋EE | 100010101110101110011000010111010100010101000101 | 8aeb985d4545 |
EUC-JP | 危肋EE | 101101001110110111001111101111100100010101000101 | b4edcfbe4545 |
UTF-8 | 危肋EE | 1110010110001101101100011110100010000010100010110100010101000101 | e58db1e8828b4545 |
UHC | 危肋EE | 111010101100101111010111110011100100010101000101 | eacbd7ce4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)