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 | î´¥® | 1110111010110100101001011010111010001110 | eeb4a5ae8e |
SJIS-WIN | ?´¥?? | 00111111100000010100110010000001100011110011111100111111 | 3f814c818f3f3f |
EUC-JP | î´?®? | 10001111101010111100001010100001101011010011111110001111101000101110111000111111 | 8fabc2a1ad3f8fa2ee3f |
UTF-8 | î´¥® | 11000011101011101100001010110100110000101010010111000010101011101100001010001110 | c3aec2b4c2a5c2aec28e |
UHC | ?´?®? | 00111111101000101010010100111111101000101110011100111111 | 3fa2a53fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)