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 | ÁüÓâÏ | 10001111110000011111110010001110110100111110001011001111 | 8fc1fc8ed3e2cf |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Áü?ÓâÏ | 0011111110001111101010101010000110001111101010111110010000111111100011111010101011010001100011111010101110100100100011111010101011000001 | 3f8faaa18fabe43f8faad18faba48faac1 |
UTF-8 | ÁüÓâÏ | 1100001010001111110000111000000111000011101111001100001010001110110000111001001111000011101000101100001110001111 | c28fc381c3bcc28ec393c3a2c38f |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)