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 | åØoåØo^ | 111001011101100010011101011011111110010111011000100111010110111101011110 | e5d89d6fe5d89d6f5e |
SJIS-WIN | ???o???o^ | 001111110011111100111111011011110011111100111111001111110110111101011110 | 3f3f3f6f3f3f3f6f5e |
EUC-JP | �o�o^ | 1000111110101011101010011000111110101001101011000011111101101111100011111010101110101001100011111010100110101100001111110110111101011110 | 8faba98fa9ac3f6f8faba98fa9ac3f6f5e |
UTF-8 | åØoåØo^ | 110000111010010111000011100110001100001010011101011011111100001110100101110000111001100011000010100111010110111101011110 | c3a5c398c29d6fc3a5c398c29d6f5e |
UHC | ?Ø?o?Ø?o^ | 0011111110101000101010100011111101101111001111111010100010101010001111110110111101011110 | 3fa8aa3f6f3fa8aa3f6f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)