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 | ?gn}?gn{^ | 001111110110011101101110011111010011111101100111011011100111101101011110 | 3f676e7d3f676e7b5e |
SJIS-WIN | 壯gn}壯gn{^ | 1001101011100001011001110110111001111101100110101110000101100111011011100111101101011110 | 9ae1676e7d9ae1676e7b5e |
EUC-JP | 壯gn}壯gn{^ | 1101010011100011011001110110111001111101110101001110001101100111011011100111101101011110 | d4e3676e7dd4e3676e7b5e |
UTF-8 | 壯gn}壯gn{^ | 11100101101000111010111101100111011011100111110111100101101000111010111101100111011011100111101101011110 | e5a3af676e7de5a3af676e7b5e |
UHC | 壯gn}壯gn{^ | 1110110111100000011001110110111001111101111011011110000001100111011011100111101101011110 | ede0676e7dede0676e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)