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 | ???^kF | 001111110011111100111111010111100110101101000110 | 3f3f3f5e6b46 |
SJIS-WIN | 癌??^kF | 10001010111000000011111100111111010111100110101101000110 | 8ae03f3f5e6b46 |
EUC-JP | 癌??^kF | 10110100111000100011111100111111010111100110101101000110 | b4e23f3f5e6b46 |
UTF-8 | 癌꿰즯^kF | 111001111001100110001100111010101011111110110000111011001010011010101111010111100110101101000110 | e7998ceabfb0eca6af5e6b46 |
UHC | 癌꿰즯^kF | 111001001101111110110010111001111010001110000001010111100110101101000110 | e4dfb2e7a3815e6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)