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 | îç´¹ | 111011101000001010000011111001111011010010111001 | ee8283e7b4b9 |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | î??ç´? | 1000111110101011110000100011111100111111100011111010101110101110101000011010110100111111 | 8fabc23f3f8fabaea1ad3f |
UTF-8 | îç´¹ | 110000111010111011000010100000101100001010000011110000111010011111000010101101001100001010111001 | c3aec282c283c3a7c2b4c2b9 |
UHC | ????´¹ | 0011111100111111001111110011111110100010101001011010100111110110 | 3f3f3f3fa2a5a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)