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 | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-WIN | 豈ャ遨ゥo | 11100110101011111010110011100111101010011010100101101111 | e6aface7a9a96f |
EUC-JP | 豈ャ遨ゥo | 111011001011000110001110101011001110111010101011100011101010100101101111 | ecb18eaceeab8ea96f |
UTF-8 | 豈ャ遨ゥo | 11101000101100011000100011101111101111011010110011101001100000011010100011101111101111011010100101101111 | e8b188efbdace981a8efbda96f |
UHC | 豈???o | 110100011100001000111111001111110011111101101111 | d1c23f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)