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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韃亥、ア豐 | 1110100011100101100010001110010110100100101100011110011010110010 | e8e588e5a4b1e6b2 |
EUC-JP | 韃亥、ア豐 | 11110000111001111011000011100111100011101010010010001110101100011110110010110100 | f0e7b0e78ea48eb1ecb4 |
UTF-8 | 韃亥、ア豐 | 111010011001111110000011111001001011101010100101111011111011110110100100111011111011110110110001111010001011000110010000 | e99f83e4baa5efbda4efbdb1e8b190 |
UHC | ?亥??? | 001111111111101010100100001111110011111100111111 | 3ffaa43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)