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{^ | 11100101101101101001110101111011010011100111110111100101101101101001110101111011010011100111101101011110 | e5b69d7b4e7de5b69d7b4e7b5e |
EUC-JP | 蠍掉N}蠍掉N{^ | 11101010101110001101100111011100010011100111110111101010101110001101100111011100010011100111101101011110 | eab8d9dc4e7deab8d9dc4e7b5e |
UTF-8 | 蠍掉N}蠍掉N{^ | 1110100010100000100011011110011010001110100010010100111001111101111010001010000010001101111001101000111010001001010011100111101101011110 | e8a08de68e894e7de8a08de68e894e7b5e |
UHC | ?掉N}?掉N{^ | 0011111111010011111111000100111001111101001111111101001111111100010011100111101101011110 | 3fd3fc4e7d3fd3fc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)