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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 只?洌只??^ | 10010001111111000011111110011111101011101001000111111100001111110011111101011110 | 91fc3f9fae91fc3f3f5e |
EUC-JP | 只?洌只??^ | 11000010111111100011111111011110101100001100001011111110001111110011111101011110 | c2fe3fdeb0c2fe3f3f5e |
UTF-8 | 只븍洌只브륏^ | 11100101100011111010101011101011101110001000110111100110101101001000110011100101100011111010101011101011101110001000110011101011101001011000111101011110 | e58faaebb88de6b48ce58faaebb88ceba58f5e |
UHC | 只븍洌只브륏^ | 11110001111111101011101011101011110101101010110011110001111111101011101011101010101101111111011101011110 | f1febaebd6acf1febaeab7f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)