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 | 髢サ竭カ墲 | 1110100110010110101110111110001010010001101101101111101010011110 | e996bbe291b6fa9e |
EUC-JP | 髢サ竭カ墲 | 1111000111110110100011101011101111100011111100011000111010110110100011111011100011001110 | f1f68ebbe3f18eb68fb8ce |
UTF-8 | 髢サ竭カ墲 | 111010011010101110100010111011111011110110111011111001111010101110101101111011111011110110110110111001011010001010110010 | e9aba2efbdbbe7abadefbdb6e5a2b2 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)