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 | 猜雹靈貅菴 | 11100000110010001110100010111001111010001100101111100110101110101110010010111101 | e0c8e8b9e8cbe6bae4bd |
EUC-JP | 猜雹靈貅菴 | 11100000110010101111000010111011111100001100110111101100101111001110100010111111 | e0caf0bbf0cdecbce8bf |
UTF-8 | 猜雹靈貅菴 | 111001111000110010011100111010011001101110111001111010011001110110001000111010001011001010000101111010001000111110110100 | e78c9ce99bb9e99d88e8b285e88fb4 |
UHC | 猜雹靈?菴 | 111000111100010011011010110111111101011011000100001111111110010011100000 | e3c4dadfd6c43fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)