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 | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-WIN | 絛頑虻g | 11100011010101011000101011100110100010001011100001100111 | e3558ae688b867 |
EUC-JP | 絛頑虻g | 11100101101101101011010011101000101100001011101001100111 | e5b6b4e8b0ba67 |
UTF-8 | 絛頑虻g | 11100111101101011001101111101001101000001001000111101000100110011011101101100111 | e7b59be9a091e899bb67 |
UHC | ?頑?g | 0011111111101000110101110011111101100111 | 3fe8d73f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)