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 | 潁?〕溢 | 10011111111100010011111110000001011011001000100011101100 | 9ff13f816c88ec |
EUC-JP | 潁?〕溢 | 11011110111100110011111110100001110011011011000011101110 | def33fa1cdb0ee |
UTF-8 | 潁뺣〕溢 | 111001101011110110000001111010111011101010100011111000111000000010010101111001101011101010100010 | e6bd81ebbaa3e38095e6baa2 |
UHC | 潁뺣〕溢 | 1110011110111000100101011110101110100001101100111110110011101110 | e7b895eba1b3ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)