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 | 奪短他誰 | 1001001001000100100100100101101010010001101111001001001001001110 | 9244925a91bc924e |
EUC-JP | 奪短他誰 | 1100001110100101110000111011101111000010101111101100001110101111 | c3a5c3bbc2bec3af |
UTF-8 | 奪短他誰 | 111001011010010110101010111001111001111110101101111001001011101110010110111010001010101010110000 | e5a5aae79fade4bb96e8aab0 |
UHC | 奪短他誰 | 1111011110101100110100111010110111110110111000101110001011000001 | f7acd3adf6e2e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)