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 | ?{}?{{^ | 00111111011110110111110100111111011110110111101101011110 | 3f7b7d3f7b7b5e |
SJIS-WIN | 唸{}唸{{^ | 100110100101100001111011011111011001101001011000011110110111101101011110 | 9a587b7d9a587b7b5e |
EUC-JP | 唸{}唸{{^ | 110100111011100101111011011111011101001110111001011110110111101101011110 | d3b97b7dd3b97b7b5e |
UTF-8 | 唸{}唸{{^ | 1110010110010100101110000111101101111101111001011001010010111000011110110111101101011110 | e594b87b7de594b87b7b5e |
UHC | ?{}?{{^ | 00111111011110110111110100111111011110110111101101011110 | 3f7b7d3f7b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)