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 | 遶滓ゥイ螯ケ^ | 11100111101010111001111111100110101010011011001011100101101001101011100101011110 | e7ab9fe6a9b2e5a6b95e |
EUC-JP | 遶滓ゥイ螯ケ^ | 11101110101011011101111011101000100011101010100110001110101100101110101010101000100011101011100101011110 | eeaddee88ea98eb2eaa88eb95e |
UTF-8 | 遶滓ゥイ螯ケ^ | 11101001100000011011011011100110101110111001001111101111101111011010100111101111101111011011001011101000100111101010111111101111101111011011100101011110 | e981b6e6bb93efbda9efbdb2e89eafefbdb95e |
UHC | ?滓????^ | 0011111111101110101010110011111100111111001111110011111101011110 | 3feeab3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)