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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅳ質鴆執 | 1111101001000011100011101011111111101001111011111000111010110111 | fa438ebfe9ef8eb7 |
EUC-JP | ?質鴆執 | 00111111101111001100000111110010111100011011110010111001 | 3fbcc1f2f1bcb9 |
UTF-8 | ⅳ質鴆執 | 111000101000010110110011111010001011001110101010111010011011010010000110111001011001111110110111 | e285b3e8b3aae9b486e59fb7 |
UHC | ⅳ質?執 | 10100101101001001111001011110101001111111111001011111011 | a5a4f2f53ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)