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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
EUC-JP | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
UTF-8 | 묧뭒@묧뭒@B | 111010111010110010100111111010111010110110010010010000001110101110101100101001111110101110101101100100100100000001000010 | ebaca7ebad9240ebaca7ebad924042 |
UHC | 묧뭒@묧뭒@B | 1001000111111110100100100101101001000000100100011111111010010010010110100100000001000010 | 91fe925a4091fe925a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)