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 | 繰狸 | 10001100010010101001001001001011 | 8c4a924b |
EUC-JP | 繰狸 | 10110111101010111100001110101100 | b7abc3ac |
UTF-8 | 繰狸 | 111001111011100110110000111001111000101110111000 | e7b9b0e78bb8 |
UHC | 繰狸 | 11110000110110111101011111100001 | f0dbd7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)