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 | 霑エ螳域弍^ | 11101000101111111011010011100101101011101000100011100110100110001010111101011110 | e8bfb4e5ae88e698af5e |
EUC-JP | 霑エ螳域弍^ | 1111000011000001100011101011010011101010101100001011000011101000110100001011000101011110 | f0c18eb4eab0b0e8d0b15e |
UTF-8 | 霑エ螳域弍^ | 11101001100111001001000111101111101111011011010011101000100111101011001111100101100111111001111111100101101111001000110101011110 | e99c91efbdb4e89eb3e59f9fe5bc8d5e |
UHC | 霑?螳域?^ | 111011111100010100111111110100111101100111100110101101000011111101011110 | efc53fd3d9e6b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)