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 | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 毅?^F | 1000101101000010001111110101111001000110 | 8b423f5e46 |
EUC-JP | 毅?^F | 1011010110100011001111110101111001000110 | b5a33f5e46 |
UTF-8 | 毅렯^F | 1110011010101111100001011110101110100000101011110101111001000110 | e6af85eba0af5e46 |
UHC | 毅렯^F | 111010111111011010001110101111000101111001000110 | ebf68ebc5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)