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 | û£® | 111110111010001110101110 | fba3ae |
SJIS-WIN | ?£? | 00111111100000011001001000111111 | 3f81923f |
EUC-JP | û£® | 1000111110101011111001011010000111110010100011111010001011101110 | 8fabe5a1f28fa2ee |
UTF-8 | û£® | 110000111011101111000010101000111100001010101110 | c3bbc2a3c2ae |
UHC | ??® | 00111111001111111010001011100111 | 3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)