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 | ?a] | 001111110110000101011101 | 3f615d |
SJIS-WIN | 旗a] | 10001010111110000110000101011101 | 8af8615d |
EUC-JP | 旗a] | 10110100111110100110000101011101 | b4fa615d |
UTF-8 | 旗a] | 1110011010010111100101110110000101011101 | e69797615d |
UHC | 旗a] | 11010000111111010110000101011101 | d0fd615d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)