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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 貔磯擠h貔 | 111001101011111010001000111010011001110110101001011010001110011010111110 | e6be88e99da968e6be |
EUC-JP | 貔磯擠h貔 | 111011001100000010110000111010111101101010101011011010001110110011000000 | ecc0b0ebdaab68ecc0 |
UTF-8 | 貔磯擠h貔 | 11101000101100101001010011100111101000111010111111100110100100111010000001101000111010001011001010010100 | e8b294e7a3afe693a068e8b294 |
UHC | ?磯?h? | 001111111101000110110100001111110110100000111111 | 3fd1b43f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)