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 | 涌獗] | 1001011101001111111000001101001101011101 | 974fe0d35d |
EUC-JP | 涌獗] | 1100110110110000111000001101010101011101 | cdb0e0d55d |
UTF-8 | 涌獗] | 11100110101101101000110011100111100011011001011101011101 | e6b68ce78d975d |
UHC | 涌獗] | 1110100110111111110011111111000101011101 | e9bfcff15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)