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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ?豢N}?豢N{^ | 0011111111100110101101000100111001111101001111111110011010110100010011100111101101011110 | 3fe6b44e7d3fe6b44e7b5e |
EUC-JP | ?豢N}?豢N{^ | 0011111111101100101101100100111001111101001111111110110010110110010011100111101101011110 | 3fecb64e7d3fecb64e7b5e |
UTF-8 | 䵴豢N}䵴豢N{^ | 1110010010110101101101001110100010110001101000100100111001111101111001001011010110110100111010001011000110100010010011100111101101011110 | e4b5b4e8b1a24e7de4b5b4e8b1a24e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)