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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 煇「酘ュF | 11111011010101111010001011100111110001001010110101000110 | fb57a2e7c4ad46 |
EUC-JP | 煇「酘ュF | 10001111110010011111010110001110101000101110111011000110100011101010110101000110 | 8fc9f58ea2eec68ead46 |
UTF-8 | 煇「酘ュF | 11100111100001011000011111101111101111011010001011101001100001011001100011101111101111011010110101000110 | e78587efbda2e98598efbdad46 |
UHC | 煇???F | 111111011100100000111111001111110011111101000110 | fdc83f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)