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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 稷烱}稷烱{^ | 1110001001101100111000000111011101111101111000100110110011100000011101110111101101011110 | e26ce0777de26ce0777b5e |
EUC-JP | 稷烱}稷烱{^ | 1110001111001101110111111101100001111101111000111100110111011111110110000111101101011110 | e3cddfd87de3cddfd87b5e |
UTF-8 | 稷烱}稷烱{^ | 111001111010100010110111111001111000001110110001011111011110011110101000101101111110011110000011101100010111101101011110 | e7a8b7e783b17de7a8b7e783b17b5e |
UHC | 稷烱}稷烱{^ | 1111001011000011110011001101111001111101111100101100001111001100110111100111101101011110 | f2c3ccde7df2c3ccde7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)