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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 湛箪鱈損] | 100100100101100010010010010111001001001001001100100100011011100101011101 | 9258925c924c91b95d |
EUC-JP | 湛箪鱈損] | 110000111011100111000011101111011100001110101101110000101011101101011101 | c3b9c3bdc3adc2bb5d |
UTF-8 | 湛箪鱈損] | 11100110101110011001101111100111101011101010101011101001101100011000100011100110100100001000110101011101 | e6b99be7aeaae9b188e6908d5d |
UHC | 湛??損] | 11010011110000000011111100111111111000011101111101011101 | d3c03f3fe1df5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)