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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 淲汐] | 1111101101000100100011101010110001011101 | fb448eac5d |
EUC-JP | ?汐] | 00111111101111001010111001011101 | 3fbcae5d |
UTF-8 | 淲汐] | 11100110101101111011001011100110101100011001000001011101 | e6b7b2e6b1905d |
UHC | ?汐] | 00111111111000001011000101011101 | 3fe0b15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)