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 | 躊躙\}躊躙\{^ | 11100111010100111110011101010111010111000111110111100111010100111110011101010111010111000111101101011110 | e753e7575c7de753e7575c7b5e |
EUC-JP | 躊躙\}躊躙\{^ | 11101101101101001110110110111000010111000111110111101101101101001110110110111000010111000111101101011110 | edb4edb85c7dedb4edb85c7b5e |
UTF-8 | 躊躙\}躊躙\{^ | 1110100010111010100010101110100010111010100110010101110001111101111010001011101010001010111010001011101010011001010111000111101101011110 | e8ba8ae8ba995c7de8ba8ae8ba995c7b5e |
UHC | 躊?\}躊?\{^ | 1111000111001100001111110101110001111101111100011100110000111111010111000111101101011110 | f1cc3f5c7df1cc3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)