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 | ????]\ | 001111110011111100111111001111110101110101011100 | 3f3f3f3f5d5c |
SJIS-WIN | 質鴆自]\ | 11110000110000001000111010111111111010011110111110001110101010010101110101011100 | f0c08ebfe9ef8ea95d5c |
EUC-JP | ?質鴆自]\ | 001111111011110011000001111100101111000110111100101010110101110101011100 | 3fbcc1f2f1bcab5d5c |
UTF-8 | 質鴆自]\ | 1110111010000001101111111110100010110011101010101110100110110100100001101110100010000111101010100101110101011100 | ee81bfe8b3aae9b486e887aa5d5c |
UHC | ?質?自]\ | 0011111111110010111101010011111111101101101110110101110101011100 | 3ff2f53fedbb5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)