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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯」鄂キ蝨 | 1110100110101100101000111110011110111101101101111110010110011100 | e9aca3e7bdb7e59c |
EUC-JP | 鬯」鄂キ蝨 | 11110010101011101000111010100011111011101011111110001110101101111110100111111100 | f2ae8ea3eebf8eb7e9fc |
UTF-8 | 鬯」鄂キ蝨 | 111010011010110010101111111011111011110110100011111010011000010010000010111011111011110110110111111010001001110110101000 | e9acafefbda3e98482efbdb7e89da8 |
UHC | ??鄂?蝨 | 00111111001111111110010011000111001111111110001110100100 | 3f3fe4c73fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)