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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痂櫚桴 | 111000010110111110011111010011001001111010001111 | e16f9f4c9e8f |
EUC-JP | 痂櫚桴 | 111000011101000011011101101011011101101111101111 | e1d0ddaddbef |
UTF-8 | 痂櫚桴 | 111001111001011110000010111001101010101110011010111001101010000110110100 | e79782e6ab9ae6a1b4 |
UHC | 痂櫚? | 1100101010110010110101011110101000111111 | cab2d5ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)