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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 屆\}屆\{^ | 100110111001110001011100011111011001101110011100010111000111101101011110 | 9b9c5c7d9b9c5c7b5e |
EUC-JP | 屆\}屆\{^ | 110101011111110001011100011111011101010111111100010111000111101101011110 | d5fc5c7dd5fc5c7b5e |
UTF-8 | 屆\}屆\{^ | 1110010110110001100001100101110001111101111001011011000110000110010111000111101101011110 | e5b1865c7de5b1865c7b5e |
UHC | 屆\}屆\{^ | 110011001111101001011100011111011100110011111010010111000111101101011110 | ccfa5c7dccfa5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)