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 | 貿?}貿?{^ | 100101100110011000111111011111011001011001100110001111110111101101011110 | 96663f7d96663f7b5e |
EUC-JP | 貿?}貿?{^ | 110010111100011100111111011111011100101111000111001111110111101101011110 | cbc73f7dcbc73f7b5e |
UTF-8 | 貿텅}貿텅{^ | 111010001011001010111111111011011000010110000101011111011110100010110010101111111110110110000101100001010111101101011110 | e8b2bfed85857de8b2bfed85857b5e |
UHC | 貿텅}貿텅{^ | 1101100111110101110001011101011001111101110110011111010111000101110101100111101101011110 | d9f5c5d67dd9f5c5d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)