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 | 竍厂}竍厂{^ | 1110001010000111100110011100101001111101111000101000011110011001110010100111101101011110 | e28799ca7de28799ca7b5e |
EUC-JP | 竍厂}竍厂{^ | 1110001111100111110100101100110001111101111000111110011111010010110011000111101101011110 | e3e7d2cc7de3e7d2cc7b5e |
UTF-8 | 竍厂}竍厂{^ | 111001111010101110001101111001011000111010000010011111011110011110101011100011011110010110001110100000100111101101011110 | e7ab8de58e827de7ab8de58e827b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)