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 | 羸疆}羸疆{^ | 1110001110111110111000010110010001111101111000111011111011100001011001000111101101011110 | e3bee1647de3bee1647b5e |
EUC-JP | 羸疆}羸疆{^ | 1110011011000000111000011100010101111101111001101100000011100001110001010111101101011110 | e6c0e1c57de6c0e1c57b5e |
UTF-8 | 羸疆}羸疆{^ | 111001111011111010111000111001111001011010000110011111011110011110111110101110001110011110010110100001100111101101011110 | e7beb8e796867de7beb8e796867b5e |
UHC | 羸疆}羸疆{^ | 1101011111101000110010111011001001111101110101111110100011001011101100100111101101011110 | d7e8cbb27dd7e8cbb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)