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 | 髮墓コス髴 | 1110100110011011100101011110011010111010101111011110100110011100 | e99b95e6babde99c |
EUC-JP | 髮墓コス髴 | 11110001111110111100101011101000100011101011101010001110101111011111000111111100 | f1fbcae88eba8ebdf1fc |
UTF-8 | 髮墓コス髴 | 111010011010101110101110111001011010001010010011111011111011110110111010111011111011110110111101111010011010101110110100 | e9abaee5a293efbdbaefbdbde9abb4 |
UHC | 髮墓??? | 11011011101001011101100111010111001111110011111100111111 | dba5d9d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)