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 | A½IoBF | 1001001001000001100100011011110101001001011011110100001001000110 | 924191bd496f4246 |
SJIS-WIN | ?A??IoBF | 0011111101000001001111110011111101001001011011110100001001000110 | 3f413f3f496f4246 |
EUC-JP | ?A??IoBF | 0011111101000001001111110011111101001001011011110100001001000110 | 3f413f3f496f4246 |
UTF-8 | A½IoBF | 1100001010010010010000011100001010010001110000101011110101001001011011110100001001000110 | c29241c291c2bd496f4246 |
UHC | ?A?½IoBF | 001111110100000100111111101010001111011001001001011011110100001001000110 | 3f413fa8f6496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)