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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 驍ィ繧寂拍E | 11101001100000101010100011100011100000101000111011100010100101001000111101000101 | e982a8e3828ee2948f45 |
EUC-JP | 驍ィ繧寂拍E | 1111000111100010100011101010100011100101111000101011110011100100110001111110111101000101 | f1e28ea8e5e2bce4c7ef45 |
UTF-8 | 驍ィ繧寂拍E | 11101001101010011000110111101111101111011010100011100111101110011010011111100101101011111000001011100110100010111000110101000101 | e9a98defbda8e7b9a7e5af82e68b8d45 |
UHC | 驍??寂拍E | 111111011010010000111111001111111110111011010110110110101101000001000101 | fda43f3feed6dad045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)