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 | 001111110011111110010010111101100011111101101110011011110100001001000110 | 3f3f92f63f6e6f4246 |
EUC-JP | 佺?程?noBF | 1000111110110000111110010011111111000100111110000011111101101110011011110100001001000110 | 8fb0f93fc4f83f6e6f4246 |
UTF-8 | 佺렯程렖noBF | 11100100101111011011101011101011101000001010111111100111101010001000101111101011101000001001011001101110011011110100001001000110 | e4bdbaeba0afe7a88beba0966e6f4246 |
UHC | 佺렯程렖noBF | 111011101110110110001110101111001110111111101111100011101010101101101110011011110100001001000110 | eeed8ebcefef8eab6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)