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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥倡ウカ | 111010011000011110011000111001111011001110110110 | e98798e7b3b6 |
EUC-JP | 驥倡ウカ | 1111000111100111110100001110100110001110101100111000111010110110 | f1e7d0e98eb38eb6 |
UTF-8 | 驥倡ウカ | 111010011010100110100101111001011000000010100001111011111011110110110011111011111011110110110110 | e9a9a5e580a1efbdb3efbdb6 |
UHC | 驥倡?? | 110100011100101011110011110110110011111100111111 | d1caf3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)