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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 雕オ荵滓薯F | 11101000101110001011010111100100101110011001111111100110100011111001001001000110 | e8b8b5e4b99fe68f9246 |
EUC-JP | 雕オ荵滓薯F | 1111000010111010100011101011010111101000101110111101111011101000101111011111001001000110 | f0ba8eb5e8bbdee8bdf246 |
UTF-8 | 雕オ荵滓薯F | 11101001100110111001010111101111101111011011010111101000100011011011010111100110101110111001001111101000100101101010111101000110 | e99b95efbdb5e88db5e6bb93e896af46 |
UHC | 雕??滓薯F | 111100001110011100111111001111111110111010101011111000001010001101000110 | f0e73f3feeabe0a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)