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 | cÑâü^ | 10011000011000111000111011010001111000101111110001011110 | 98638ed1e2fc5e |
SJIS-WIN | ?c????^ | 00111111011000110011111100111111001111110011111101011110 | 3f633f3f3f3f5e |
EUC-JP | ?c?Ñâü^ | 00111111011000110011111110001111101010101101000010001111101010111010010010001111101010111110010001011110 | 3f633f8faad08faba48fabe45e |
UTF-8 | cÑâü^ | 110000101001100001100011110000101000111011000011100100011100001110100010110000111011110001011110 | c29863c28ec391c3a2c3bc5e |
UHC | ?c????^ | 00111111011000110011111100111111001111110011111101011110 | 3f633f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)