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 | eùá | 100110100110010110010101111110011000100111100001 | 9a6595f989e1 |
SJIS-WIN | ?e???? | 001111110110010100111111001111110011111100111111 | 3f653f3f3f3f |
EUC-JP | ?e?ù?á | 00111111011001010011111110001111101010111110001100111111100011111010101110100001 | 3f653f8fabe33f8faba1 |
UTF-8 | eùá | 1100001010011010011001011100001010010101110000111011100111000010100010011100001110100001 | c29a65c295c3b9c289c3a1 |
UHC | ?e???? | 001111110110010100111111001111110011111100111111 | 3f653f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)