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 | 螫具・ー螫 | 1110010110101100100010111110111110100101101100001110010110101100 | e5ac8befa5b0e5ac |
EUC-JP | 螫具・ー螫 | 11101010101011101011011011110001100011101010010110001110101100001110101010101110 | eaaeb6f18ea58eb0eaae |
UTF-8 | 螫具・ー螫 | 111010001001111010101011111001011000010110110111111011111011110110100101111011111011110110110000111010001001111010101011 | e89eabe585b7efbda5efbdb0e89eab |
UHC | ?具??? | 001111111100111011111101001111110011111100111111 | 3fcefd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)