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 | ????pG | 001111110011111100111111001111110111000001000111 | 3f3f3f3f7047 |
SJIS-WIN | 丹旦村尊pG | 10010010010011111001001001010101100100011011101010010001101110000111000001000111 | 924f925591ba91b87047 |
EUC-JP | 丹旦村尊pG | 11000011101100001100001110110110110000101011110011000010101110100111000001000111 | c3b0c3b6c2bcc2ba7047 |
UTF-8 | 丹旦村尊pG | 1110010010111000101110011110011010010111101001101110011010011101100100011110010110110000100010100111000001000111 | e4b8b9e697a6e69d91e5b08a7047 |
UHC | 丹旦村尊pG | 11010011101000011101001110101001111101011011110111110000111011100111000001000111 | d3a1d3a9f5bdf0ee7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)