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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯憺族辭 | 1110100110011001100111001110100110010001101100001110011110000110 | e9999ce991b0e786 |
EUC-JP | 髯憺族辭 | 1111000111111001110110001110101111000010101100101110110111100110 | f1f9d8ebc2b2ede6 |
UTF-8 | 髯憺族辭 | 111010011010101110101111111001101000011010111010111001101001011110001111111010001011111010101101 | e9abafe686bae6978fe8bead |
UHC | ?憺族辭 | 00111111110100111011110011110000111010011101111011110110 | 3fd3bcf0e9def6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)