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 | ?±^c^ | 0011111110110001010111100110001101011110 | 3fb15e635e |
SJIS-WIN | ゜±^c^ | 10000001010010111000000101111101010111100110001101011110 | 814b817d5e635e |
EUC-JP | ゜±^c^ | 10100001101011001010000111011110010111100110001101011110 | a1aca1de5e635e |
UTF-8 | ゜±^c^ | 1110001110000010100111001100001010110001010111100110001101011110 | e3829cc2b15e635e |
UHC | ?±^c^ | 001111111010000110111110010111100110001101011110 | 3fa1be5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)