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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 露露^ | 1001100001001001100110000100100101011110 | 984998495e |
EUC-JP | 露露^ | 1100111110101010110011111010101001011110 | cfaacfaa5e |
UTF-8 | 露露^ | 11101001100111001011001011101001100111001011001001011110 | e99cb2e99cb25e |
UHC | 露露^ | 1101011011011010110101101101101001011110 | d6dad6da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)