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 | 逑ヲ諤。髮 | 1110011110010011101001101110011010000000101000011110100110011011 | e793a6e680a1e99b |
EUC-JP | 逑ヲ諤。髮 | 11101101111100111000111010100110111010111110000010001110101000011111000111111011 | edf38ea6ebe08ea1f1fb |
UTF-8 | 逑ヲ諤。髮 | 111010011000000010010001111011111011110110100110111010001010101110100100111011111011110110100001111010011010101110101110 | e98091efbda6e8aba4efbda1e9abae |
UHC | 逑???髮 | 11001111110001110011111100111111001111111101101110100101 | cfc73f3f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)