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 | 很懽] | 1001110001101011100111001111001101011101 | 9c6b9cf35d |
EUC-JP | 很懽] | 1101011111001100110110001111010101011101 | d7ccd8f55d |
UTF-8 | 很懽] | 11100101101111101000100011100110100001111011110101011101 | e5be88e687bd5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)