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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????洵 | 0011111100111111001111110011111100111111001111111001111110101011 | 3f3f3f3f3f3f9fab |
EUC-JP | ??????洵 | 0011111100111111001111110011111100111111001111111101111010101101 | 3f3f3f3f3f3fdead |
UTF-8 | 凉붾젺琉믥룺洵 | 111011111010010110111001111010111011011010111110111011001010000010111010111011111010011110001100111010111010111110100101111010111010001110111010111001101011010010110101 | efa5b9ebb6beeca0baefa78cebafa5eba3bae6b4b5 |
UHC | 凉붾젺琉믥룺洵 | 1110010110111100100101001110101110100000101011011110101110100100100100101110011110001111101011011110001011100111 | e5bc94eba0adeba492e78fade2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)