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 | 妖矮夭 | 100101110110010011100001111000101001101011101110 | 9764e1e29aee |
EUC-JP | 妖矮夭 | 110011011100010111100010111001001101010011110000 | cdc5e2e4d4f0 |
UTF-8 | 妖矮夭 | 111001011010011010010110111001111001111110101110111001011010010010101101 | e5a696e79faee5a4ad |
UHC | 妖矮夭 | 111010001110110111101000111000011110100011101100 | e8ede8e1e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)