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 | 11100101101110011001011111101000101100101000001001101110011011110100001001000110 | e5b997e8b2826e6f4246 |
SJIS-WIN | ??????noBF | 00111111001111110011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f3f3f6e6f4246 |
EUC-JP | å??è??noBF | 1000111110101011101010010011111100111111100011111010101110110010001111110011111101101110011011110100001001000110 | 8faba93f3f8fabb23f3f6e6f4246 |
UTF-8 | å¹è²noBF | 11000011101001011100001010111001110000101001011111000011101010001100001010110010110000101000001001101110011011110100001001000110 | c3a5c2b9c297c3a8c2b2c2826e6f4246 |
UHC | ?¹??²?noBF | 001111111010100111110110001111110011111110101001111101110011111101101110011011110100001001000110 | 3fa9f63f3fa9f73f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)