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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 短側続^ | 10010010010110101001000110100100100100011011000101011110 | 925a91a491b15e |
EUC-JP | 短側続^ | 11000011101110111100001010100110110000101011001101011110 | c3bbc2a6c2b35e |
UTF-8 | 短側続^ | 11100111100111111010110111100101100000011011010011100111101101101001101001011110 | e79fade581b4e7b69a5e |
UHC | 短側?^ | 110100111010110111110110101100000011111101011110 | d3adf6b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)