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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 亦? | 100101101001001000111111 | 96923f |
EUC-JP | 亦? | 110010111111001000111111 | cbf23f |
UTF-8 | 亦귻 | 111001001011101010100110111010101011011110111011 | e4baa6eab7bb |
UHC | 亦귻 | 11100110101100101000001101000010 | e6b28342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)