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^ | 00111111010111100110001101011110 | 3f5e635e |
SJIS-WIN | 奪^c^ | 1001001001000100010111100110001101011110 | 92445e635e |
EUC-JP | 奪^c^ | 1100001110100101010111100110001101011110 | c3a55e635e |
UTF-8 | 奪^c^ | 111001011010010110101010010111100110001101011110 | e5a5aa5e635e |
UHC | 奪^c^ | 1111011110101100010111100110001101011110 | f7ac5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)