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 | 10010110111011011001011110100101100111101111011101101110011011110100001001000110 | 96ed97a59ef76e6f4246 |
SJIS-WIN | ???¥?÷noBF | 001111110011111100111111100000011000111100111111100000011000000001101110011011110100001001000110 | 3f3f3f818f3f81806e6f4246 |
EUC-JP | ?í???÷noBF | 00111111100011111010101110111111001111110011111100111111101000011110000001101110011011110100001001000110 | 3f8fabbf3f3f3fa1e06e6f4246 |
UTF-8 | í¥÷noBF | 11000010100101101100001110101101110000101001011111000010101001011100001010011110110000111011011101101110011011110100001001000110 | c296c3adc297c2a5c29ec3b76e6f4246 |
UHC | ?????÷noBF | 0011111100111111001111110011111100111111101000011100000001101110011011110100001001000110 | 3f3f3f3f3fa1c06e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)