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 | ë½£[ë½£[^ | 111010111011110110100011010110111110101110111101101000110101101101011110 | ebbda35bebbda35b5e |
SJIS-WIN | ??£[??£[^ | 0011111100111111100000011001001001011011001111110011111110000001100100100101101101011110 | 3f3f81925b3f3f81925b5e |
EUC-JP | ë?£[ë?£[^ | 100011111010101110110011001111111010000111110010010110111000111110101011101100110011111110100001111100100101101101011110 | 8fabb33fa1f25b8fabb33fa1f25b5e |
UTF-8 | ë½£[ë½£[^ | 110000111010101111000010101111011100001010100011010110111100001110101011110000101011110111000010101000110101101101011110 | c3abc2bdc2a35bc3abc2bdc2a35b5e |
UHC | ?½?[?½?[^ | 0011111110101000111101100011111101011011001111111010100011110110001111110101101101011110 | 3fa8f63f5b3fa8f63f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)