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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 煜?^ | 11111011010101010011111101011110 | fb553f5e |
EUC-JP | 煜?^ | 1000111111001001111111000011111101011110 | 8fc9fc3f5e |
UTF-8 | 煜렎^ | 11100111100001011001110011101011101000001000111001011110 | e7859ceba08e5e |
UHC | 煜렎^ | 1110100111110010100011101010010001011110 | e9f28ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)