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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?設?設^ | 00111111100100001101110100111111100100001101110101011110 | 3f90dd3f90dd5e |
EUC-JP | ?設?設^ | 00111111110000001101111100111111110000001101111101011110 | 3fc0df3fc0df5e |
UTF-8 | 卨設卨設^ | 11100101100011011010100011101000101010001010110111100101100011011010100011101000101010001010110101011110 | e58da8e8a8ade58da8e8a8ad5e |
UHC | 卨設卨設^ | 111000001101100111100000111000101110000011011001111000001110001001011110 | e0d9e0e2e0d9e0e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)