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 | 鉚蝉クイ粃 | 1110011111110100100100001110010010111000101100101110001011100001 | e7f490e4b8b2e2e1 |
EUC-JP | 鉚蝉クイ粃 | 11101110111101101100000011100110100011101011100010001110101100101110010011100011 | eef6c0e68eb88eb2e4e3 |
UTF-8 | 鉚蝉クイ粃 | 111010011000100110011010111010001001110110001001111011111011110110111000111011111011110110110010111001111011001010000011 | e9899ae89d89efbdb8efbdb2e7b283 |
UHC | ????粃 | 001111110011111100111111001111111101110111111011 | 3f3f3f3fddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)