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 | 虹瑙}虹瑙{^ | 1001001111111000111000001110110101111101100100111111100011100000111011010111101101011110 | 93f8e0ed7d93f8e0ed7b5e |
EUC-JP | 虹瑙}虹瑙{^ | 1100011011111010111000001110111101111101110001101111101011100000111011110111101101011110 | c6fae0ef7dc6fae0ef7b5e |
UTF-8 | 虹瑙}虹瑙{^ | 111010001001100110111001111001111001000110011001011111011110100010011001101110011110011110010001100110010111101101011110 | e899b9e791997de899b9e791997b5e |
UHC | 虹瑙}虹瑙{^ | 1111101111110110110100101100010101111101111110111111011011010010110001010111101101011110 | fbf6d2c57dfbf6d2c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)