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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 短側揃~ | 10010010010110101001000110100100100100011011010101111110 | 925a91a491b57e |
EUC-JP | 短側揃~ | 11000011101110111100001010100110110000101011011101111110 | c3bbc2a6c2b77e |
UTF-8 | 短側揃~ | 11100111100111111010110111100101100000011011010011100110100011111000001101111110 | e79fade581b4e68f837e |
UHC | 短側?~ | 110100111010110111110110101100000011111101111110 | d3adf6b03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)