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 | î´®ð© | 111011101011010010001110101011101111000010101001 | eeb48eaef0a9 |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | î´?®ð© | 100011111010101111000010101000011010110100111111100011111010001011101110100011111010100111000011100011111010001011101101 | 8fabc2a1ad3f8fa2ee8fa9c38fa2ed |
UTF-8 | î´®ð© | 110000111010111011000010101101001100001010001110110000101010111011000011101100001100001010101001 | c3aec2b4c28ec2aec3b0c2a9 |
UHC | ?´?®ð? | 001111111010001010100101001111111010001011100111101010011010001100111111 | 3fa2a53fa2e7a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)