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 | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | 貔亥シヲ[BF | 111001101011111010001000111001011011110010100110010110110100001001000110 | e6be88e5bca65b4246 |
EUC-JP | 貔亥シヲ[BF | 1110110011000000101100001110011110001110101111001000111010100110010110110100001001000110 | ecc0b0e78ebc8ea65b4246 |
UTF-8 | 貔亥シヲ[BF | 111010001011001010010100111001001011101010100101111011111011110110111100111011111011110110100110010110110100001001000110 | e8b294e4baa5efbdbcefbda65b4246 |
UHC | ?亥??[BF | 0011111111111010101001000011111100111111010110110100001001000110 | 3ffaa43f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)