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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 碇?程?noBF | 10010010111101000011111110010010111101100011111101101110011011110100001001000110 | 92f43f92f63f6e6f4246 |
EUC-JP | 碇?程?noBF | 11000100111101100011111111000100111110000011111101101110011011110100001001000110 | c4f63fc4f83f6e6f4246 |
UTF-8 | 碇렯程렖noBF | 11100111101000101000011111101011101000001010111111100111101010001000101111101011101000001001011001101110011011110100001001000110 | e7a287eba0afe7a88beba0966e6f4246 |
UHC | 碇렯程렖noBF | 111011111110110110001110101111001110111111101111100011101010101101101110011011110100001001000110 | efed8ebcefef8eab6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)