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 | 10010010010100011001001001010101100100011011101010010001101110000111000001000111 | 9251925591ba91b87047 |
EUC-JP | 嘆旦村尊pG | 11000011101100101100001110110110110000101011110011000010101110100111000001000111 | c3b2c3b6c2bcc2ba7047 |
UTF-8 | 嘆旦村尊pG | 1110010110011000100001101110011010010111101001101110011010011101100100011110010110110000100010100111000001000111 | e59886e697a6e69d91e5b08a7047 |
UHC | 嘆旦村尊pG | 11110111101000111101001110101001111101011011110111110000111011100111000001000111 | f7a3d3a9f5bdf0ee7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)