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 | ²¢^ | 101100101010001001011110 | b2a25e |
SJIS-WIN | ?¢^ | 00111111100000011001000101011110 | 3f81915e |
EUC-JP | ?¢^ | 00111111101000011111000101011110 | 3fa1f15e |
UTF-8 | ²¢^ | 1100001010110010110000101010001001011110 | c2b2c2a25e |
UHC | ²?^ | 10101001111101110011111101011110 | a9f73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)