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 | ñá | 100111001000011010011111111100011001101111100001 | 9c869ff19be1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ñ?á | 00111111001111110011111110001111101010111101000000111111100011111010101110100001 | 3f3f3f8fabd03f8faba1 |
UTF-8 | ñá | 110000101001110011000010100001101100001010011111110000111011000111000010100110111100001110100001 | c29cc286c29fc3b1c29bc3a1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)