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 | èßï½£^ | 11101000110111111000111111101111101111011010001101011110 | e8df8fefbda35e |
SJIS-WIN | ?????£^ | 0011111100111111001111110011111100111111100000011001001001011110 | 3f3f3f3f3f81925e |
EUC-JP | èß?ï?£^ | 1000111110101011101100101000111110101001110011100011111110001111101010111100000100111111101000011111001001011110 | 8fabb28fa9ce3f8fabc13fa1f25e |
UTF-8 | èßï½£^ | 11000011101010001100001110011111110000101000111111000011101011111100001010111101110000101010001101011110 | c3a8c39fc28fc3afc2bdc2a35e |
UHC | ?ß??½?^ | 001111111010100110101100001111110011111110101000111101100011111101011110 | 3fa9ac3f3fa8f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)