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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?繹\}?繹\{^ | 0011111111100011100010000101110001111101001111111110001110001000010111000111101101011110 | 3fe3885c7d3fe3885c7b5e |
EUC-JP | ?繹\}?繹\{^ | 0011111111100101111010000101110001111101001111111110010111101000010111000111101101011110 | 3fe5e85c7d3fe5e85c7b5e |
UTF-8 | 뿮繹\}뿮繹\{^ | 1110101110111111101011101110011110111001101110010101110001111101111010111011111110101110111001111011100110111001010111000111101101011110 | ebbfaee7b9b95c7debbfaee7b9b95c7b5e |
UHC | 뿮繹\}뿮繹\{^ | 10010111101011101110011010111010010111000111110110010111101011101110011010111010010111000111101101011110 | 97aee6ba5c7d97aee6ba5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)