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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鶩歙}鶩歙{^ | 1110101001001110100111110101111101111101111010100100111010011111010111110111101101011110 | ea4e9f5f7dea4e9f5f7b5e |
EUC-JP | 鶩歙}鶩歙{^ | 1111001110101111110111011100000001111101111100111010111111011101110000000111101101011110 | f3afddc07df3afddc07b5e |
UTF-8 | 鶩歙}鶩歙{^ | 111010011011011010101001111001101010110110011001011111011110100110110110101010011110011010101101100110010111101101011110 | e9b6a9e6ad997de9b6a9e6ad997b5e |
UHC | 鶩?}鶩?{^ | 110110011101000000111111011111011101100111010000001111110111101101011110 | d9d03f7dd9d03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)