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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貅尖、カ | 111001101011101010010000111010111010010010110110 | e6ba90eba4b6 |
EUC-JP | 貅尖、カ | 1110110010111100110000001110110110001110101001001000111010110110 | ecbcc0ed8ea48eb6 |
UTF-8 | 貅尖、カ | 111010001011001010000101111001011011000010010110111011111011110110100100111011111011110110110110 | e8b285e5b096efbda4efbdb6 |
UHC | ?尖?? | 0011111111110100110100110011111100111111 | 3ff4d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)