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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 鬟。驍オE | 11101001101000111010000111101001100000101011010101000101 | e9a3a1e982b545 |
EUC-JP | 鬟。驍オE | 111100101010010110001110101000011111000111100010100011101011010101000101 | f2a58ea1f1e28eb545 |
UTF-8 | 鬟。驍オE | 11101001101011001001111111101111101111011010000111101001101010011000110111101111101111011011010101000101 | e9ac9fefbda1e9a98defbdb545 |
UHC | ??驍?E | 001111110011111111111101101001000011111101000101 | 3f3ffda43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)