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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 貔亥シヲE | 11100110101111101000100011100101101111001010011001000101 | e6be88e5bca645 |
EUC-JP | 貔亥シヲE | 111011001100000010110000111001111000111010111100100011101010011001000101 | ecc0b0e78ebc8ea645 |
UTF-8 | 貔亥シヲE | 11101000101100101001010011100100101110101010010111101111101111011011110011101111101111011010011001000101 | e8b294e4baa5efbdbcefbda645 |
UHC | ?亥??E | 001111111111101010100100001111110011111101000101 | 3ffaa43f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)