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{^ | 1000111101100111100111110100111001111101100011110110011110011111010011100111101101011110 | 8f679f4e7d8f679f4e7b5e |
SJIS-WIN | ?g?N}?g?N{^ | 0011111101100111001111110100111001111101001111110110011100111111010011100111101101011110 | 3f673f4e7d3f673f4e7b5e |
EUC-JP | ?g?N}?g?N{^ | 0011111101100111001111110100111001111101001111110110011100111111010011100111101101011110 | 3f673f4e7d3f673f4e7b5e |
UTF-8 | gN}gN{^ | 110000101000111101100111110000101001111101001110011111011100001010001111011001111100001010011111010011100111101101011110 | c28f67c29f4e7dc28f67c29f4e7b5e |
UHC | ?g?N}?g?N{^ | 0011111101100111001111110100111001111101001111110110011100111111010011100111101101011110 | 3f673f4e7d3f673f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)