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 | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
SJIS-WIN | 葹イ遉コx^ | 1110010011011111101100101110011110100100101110100111100001011110 | e4dfb2e7a4ba785e |
EUC-JP | 葹イ遉コx^ | 11101000111000011000111010110010111011101010011010001110101110100111100001011110 | e8e18eb2eea68eba785e |
UTF-8 | 葹イ遉コx^ | 1110100010010001101110011110111110111101101100101110100110000001100010011110111110111101101110100111100001011110 | e891b9efbdb2e98189efbdba785e |
UHC | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)