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 | 驩画ィ抵ス | 1110100110001001100010011110011010101000100100101110111110111101 | e98989e6a892efbd |
EUC-JP | 驩画ィ抵ス | 11110001111010011011001011101000100011101010100011000100111100011000111010111101 | f1e9b2e88ea8c4f18ebd |
UTF-8 | 驩画ィ抵ス | 111010011010100110101001111001111001010010111011111011111011110110101000111001101000101010110101111011111011110110111101 | e9a9a9e794bbefbda8e68ab5efbdbd |
UHC | 驩??抵? | 11111100101111100011111100111111111011101011110100111111 | fcbe3f3feebd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)