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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 矗鮏\ | 1110000111011110111111000100001101011100 | e1defc435c |
EUC-JP | 矗鮏\ | 111000101110000010001111111010101101101101011100 | e2e08feadb5c |
UTF-8 | 矗鮏\ | 11100111100111111001011111101001101011101000111101011100 | e79f97e9ae8f5c |
UHC | 矗?\ | 11110101101110000011111101011100 | f5b83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)