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 | û£ï¾ | 111110111010001110011110111011111011111010001000 | fba39eefbe88 |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | û£?ï?? | 1000111110101011111001011010000111110010001111111000111110101011110000010011111100111111 | 8fabe5a1f23f8fabc13f3f |
UTF-8 | û£ï¾ | 110000111011101111000010101000111100001010011110110000111010111111000010101111101100001010001000 | c3bbc2a3c29ec3afc2bec288 |
UHC | ????¾? | 00111111001111110011111100111111101010001111101000111111 | 3f3f3f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)