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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟ョ繧作鴇雖 | 1110010110100100101011101110001110000010100011011110110010010011101111001110010110101011 | e5a4aee3828dec93bce5ab |
EUC-JP | 螟ョ繧作鴇雖 | 111010101010011010001110101011101110010111100010101110101110111011000110101111101110101010101101 | eaa68eaee5e2baeec6beeaad |
UTF-8 | 螟ョ繧作鴇雖 | 111010001001111010011111111011111011110110101110111001111011100110100111111001001011110110011100111010011011010010000111111010011001101110010110 | e89e9fefbdaee7b9a7e4bd9ce9b487e99b96 |
UHC | 螟??作?雖 | 110110011010110100111111001111111110110111000010001111111110001011001100 | d9ad3f3fedc23fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)