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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 驥亥ア。U | 11101001100001111000100011100101101100011010000101010101 | e98788e5b1a155 |
EUC-JP | 驥亥ア。U | 111100011110011110110000111001111000111010110001100011101010000101010101 | f1e7b0e78eb18ea155 |
UTF-8 | 驥亥ア。U | 11101001101010011010010111100100101110101010010111101111101111011011000111101111101111011010000101010101 | e9a9a5e4baa5efbdb1efbda155 |
UHC | 驥亥??U | 11010001110010101111101010100100001111110011111101010101 | d1cafaa43f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)