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 | ÉúûW»ã | 10001111110010011111101011111011010101111011101111100011 | 8fc9fafb57bbe3 |
SJIS-WIN | ????W?? | 00111111001111110011111100111111010101110011111100111111 | 3f3f3f3f573f3f |
EUC-JP | ?ÉúûW?ã | 001111111000111110101010101100011000111110101011111000101000111110101011111001010101011100111111100011111010101110101010 | 3f8faab18fabe28fabe5573f8fabaa |
UTF-8 | ÉúûW»ã | 11000010100011111100001110001001110000111011101011000011101110110101011111000010101110111100001110100011 | c28fc389c3bac3bb57c2bbc3a3 |
UHC | ????W?? | 00111111001111110011111100111111010101110011111100111111 | 3f3f3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)