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 | 煜?] | 11111011010101010011111101011101 | fb553f5d |
EUC-JP | 煜?] | 1000111111001001111111000011111101011101 | 8fc9fc3f5d |
UTF-8 | 煜렎] | 11100111100001011001110011101011101000001000111001011101 | e7859ceba08e5d |
UHC | 煜렎] | 1110100111110010100011101010010001011101 | e9f28ea45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)