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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬱盲??肯才 | 10011111010101001001011011010011001111110011111110001101011011011000110111001011 | 9f5496d33f3f8d6d8dcb |
EUC-JP | 鬱盲??肯才 | 11011101101101011100110011010101001111110011111110111001110011101011101011001101 | ddb5ccd53f3fb9cebacd |
UTF-8 | 鬱盲썲렻肯才 | 111010011010110010110001111001111001101110110010111011001000110110110010111010111010000010111011111010001000001010101111111001101000100110001101 | e9acb1e79bb2ec8db2eba0bbe882afe6898d |
UHC | 鬱盲썲렻肯才 | 111010101010011011011000111011101011110111100101100011101100001111010000111010011110111010100110 | eaa6d8eebde58ec3d0e9eea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)