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 | 籬ャ | 11100010110111111000001110000011 | e2df8383 |
EUC-JP | 籬ャ | 11100100111000011010010111100011 | e4e1a5e3 |
UTF-8 | 籬ャ | 111001111011000110101100111000111000001110100011 | e7b1ace383a3 |
UHC | 籬ャ | 11010111111001101010101111100011 | d7e6abe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)