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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 阡怜綾雹エ^ | 11101000100101001001011111100101100010001011101111101000101110011011010001011110 | e89497e588bbe8b9b45e |
EUC-JP | 阡怜綾雹エ^ | 1110111111110100110011101110011110110000101111011111000010111011100011101011010001011110 | eff4cee7b0bdf0bb8eb45e |
UTF-8 | 阡怜綾雹エ^ | 11101001100110001010000111100110100000001001110011100111101101101011111011101001100110111011100111101111101111011011010001011110 | e998a1e6809ce7b6bee99bb9efbdb45e |
UHC | 阡怜綾雹?^ | 11110100110001101101011010111011110101111101001111011010110111110011111101011110 | f4c6d6bbd7d3dadf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)