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 | 1000111011011101100011101101110010001110110111011000111011011100111000101101111101000110 | 8edd8edc8edd8edce2df46 |
EUC-JP | 爵灼爵灼籬F | 1011110011011111101111001101111010111100110111111011110011011110111001001110000101000110 | bcdfbcdebcdfbcdee4e146 |
UTF-8 | 爵灼爵灼籬F | 11100111100010001011010111100111100000011011110011100111100010001011010111100111100000011011110011100111101100011010110001000110 | e788b5e781bce788b5e781bce7b1ac46 |
UHC | 爵灼爵灼籬F | 1110110111001001111011011100011111101101110010011110110111000111110101111110011001000110 | edc9edc7edc9edc7d7e646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)