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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 硝飼硝顥^ | 100011111100100111111011111101111000111111001001111110111111010101011110 | 8fc9fbf78fc9fbf55e |
EUC-JP | 硝?硝顥^ | 101111101100101100111111101111101100101110001111111010001011011001011110 | becb3fbecb8fe8b65e |
UTF-8 | 硝飼硝顥^ | 11100111101000011001110111101111101010001010101111100111101000011001110111101001101000011010010101011110 | e7a19defa8abe7a19de9a1a55e |
UHC | 硝?硝顥^ | 1111010110100110001111111111010110100110111110111110001001011110 | f5a63ff5a6fbe25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)