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 | 篳蹊篳蹊^ | 111000101100100011100110111111001110001011001000111001101111110001011110 | e2c8e6fce2c8e6fc5e |
EUC-JP | 篳蹊篳蹊^ | 111001001100101011101100111111101110010011001010111011001111111001011110 | e4caecfee4caecfe5e |
UTF-8 | 篳蹊篳蹊^ | 11100111101011111011001111101000101110011000101011100111101011111011001111101000101110011000101001011110 | e7afb3e8b98ae7afb3e8b98a5e |
UHC | ?蹊?蹊^ | 00111111111110111011011100111111111110111011011101011110 | 3ffbb73ffbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)