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 | 冓僣冓僣^ | 100110010110100110011001010010001001100101101001100110010100100001011110 | 99699948996999485e |
EUC-JP | 冓僣冓僣^ | 110100011100101011010001101010011101000111001010110100011010100101011110 | d1cad1a9d1cad1a95e |
UTF-8 | 冓僣冓僣^ | 11100101100001101001001111100101100000111010001111100101100001101001001111100101100000111010001101011110 | e58693e583a3e58693e583a35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)