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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 閭幢ソ・諡セF | 11101000100000111001101111101111101111111010010111100110100010111011111001000110 | e8839befbfa5e68bbe46 |
EUC-JP | 閭幢ソ・諡セF | 11101111111000111101011011110001100011101011111110001110101001011110101111101011100011101011111001000110 | efe3d6f18ebf8ea5ebeb8ebe46 |
UTF-8 | 閭幢ソ・諡セF | 11101001100101101010110111100101101110011010001011101111101111011011111111101111101111011010010111101000101010111010000111101111101111011011111001000110 | e996ade5b9a2efbdbfefbda5e8aba1efbdbe46 |
UHC | 閭幢??諡?F | 11010101111011111101001111010011001111110011111111100011110011010011111101000110 | d5efd3d33f3fe3cd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)