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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 貔オ荳マB | 1110011010111110101101011110010010111000100000110111110101000010 | e6beb5e4b8837d42 |
EUC-JP | 貔オ荳マB | 111011001100000010001110101101011110100010111010101001011101111001000010 | ecc08eb5e8baa5de42 |
UTF-8 | 貔オ荳マB | 11101000101100101001010011101111101111011011010111101000100011011011001111100011100000111001111001000010 | e8b294efbdb5e88db3e3839e42 |
UHC | ??荳マB | 00111111001111111101010011100101101010111101111001000010 | 3f3fd4e5abde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)