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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | レエレエ^ | 110110101011010011110101111001111101101010110100111101011110011101011110 | dab4f5e7dab4f5e75e |
EUC-JP | レエ?レエ?^ | 1000111011011010100011101011010000111111100011101101101010001110101101000011111101011110 | 8eda8eb43f8eda8eb43f5e |
UTF-8 | レエレエ^ | 11101111101111101001101011101111101111011011010011101110100100011001001011101111101111101001101011101111101111011011010011101110100100011001001001011110 | efbe9aefbdb4ee9192efbe9aefbdb4ee91925e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)