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 | 顆キ髦ェ籬 | 1110100011110111101101111110100110011000101010101110001011011111 | e8f7b7e998aae2df |
EUC-JP | 顆キ髦ェ籬 | 11110000111110011000111010110111111100011111100010001110101010101110010011100001 | f0f98eb7f1f88eaae4e1 |
UTF-8 | 顆キ髦ェ籬 | 111010011010000110000110111011111011110110110111111010011010101110100110111011111011110110101010111001111011000110101100 | e9a186efbdb7e9aba6efbdaae7b1ac |
UHC | 顆???籬 | 11001110101010000011111100111111001111111101011111100110 | cea83f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)