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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簔箘簔箘^ | 111000101100000111100010101011101110001011000001111000101010111001011110 | e2c1e2aee2c1e2ae5e |
EUC-JP | 簔箘簔箘^ | 111001001100001111100100101100001110010011000011111001001011000001011110 | e4c3e4b0e4c3e4b05e |
UTF-8 | 簔箘簔箘^ | 11100111101100001001010011100111101011101001100011100111101100001001010011100111101011101001100001011110 | e7b094e7ae98e7b094e7ae985e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)