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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 喘鮹n}喘鮹n{^ | 10011010011000101110100111000001011011100111110110011010011000101110100111000001011011100111101101011110 | 9a62e9c16e7d9a62e9c16e7b5e |
EUC-JP | 喘鮹n}喘鮹n{^ | 11010011110000111111001011000011011011100111110111010011110000111111001011000011011011100111101101011110 | d3c3f2c36e7dd3c3f2c36e7b5e |
UTF-8 | 喘鮹n}喘鮹n{^ | 1110010110010110100110001110100110101110101110010110111001111101111001011001011010011000111010011010111010111001011011100111101101011110 | e59698e9aeb96e7de59698e9aeb96e7b5e |
UHC | 喘?n}喘?n{^ | 1111010010110111001111110110111001111101111101001011011100111111011011100111101101011110 | f4b73f6e7df4b73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)