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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 急?祥 | 1000101101111101001111111000111111001011 | 8b7d3f8fcb |
EUC-JP | 急?祥 | 1011010111011110001111111011111011001101 | b5de3fbecd |
UTF-8 | 急뢨祥 | 111001101000000010100101111010111010001010101000111001111010010110100101 | e680a5eba2a8e7a5a5 |
UHC | 急뢨祥 | 110100001110000110110111110110011101111111010100 | d0e1b7d9dfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)