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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 貔ケh貔ケ | 11100110101111101011100101101000111001101011111010111001 | e6beb968e6beb9 |
EUC-JP | 貔ケh貔ケ | 111011001100000010001110101110010110100011101100110000001000111010111001 | ecc08eb968ecc08eb9 |
UTF-8 | 貔ケh貔ケ | 11101000101100101001010011101111101111011011100101101000111010001011001010010100111011111011110110111001 | e8b294efbdb968e8b294efbdb9 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)