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 | ????g | 0011111100111111001111110011111101100111 | 3f3f3f3f67 |
SJIS-WIN | 丹旦村尊g | 100100100100111110010010010101011001000110111010100100011011100001100111 | 924f925591ba91b867 |
EUC-JP | 丹旦村尊g | 110000111011000011000011101101101100001010111100110000101011101001100111 | c3b0c3b6c2bcc2ba67 |
UTF-8 | 丹旦村尊g | 11100100101110001011100111100110100101111010011011100110100111011001000111100101101100001000101001100111 | e4b8b9e697a6e69d91e5b08a67 |
UHC | 丹旦村尊g | 110100111010000111010011101010011111010110111101111100001110111001100111 | d3a1d3a9f5bdf0ee67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)