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 | èûH^ | 100011111110100011111011010010001010110101011110 | 8fe8fb48ad5e |
SJIS-WIN | ???H?^ | 001111110011111100111111010010000011111101011110 | 3f3f3f483f5e |
EUC-JP | ?èûH?^ | 00111111100011111010101110110010100011111010101111100101010010000011111101011110 | 3f8fabb28fabe5483f5e |
UTF-8 | èûH^ | 11000010100011111100001110101000110000111011101101001000110000101010110101011110 | c28fc3a8c3bb48c2ad5e |
UHC | ???H^ | 00111111001111110011111101001000101000011010100101011110 | 3f3f3f48a1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)