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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 巍??余??\ | 100110111101100100111111001111111001011101011101001111110011111101011100 | 9bd93f3f975d3f3f5c |
EUC-JP | 巍??余??\ | 110101101101101100111111001111111100110110111110001111110011111101011100 | d6db3f3fcdbe3f3f5c |
UTF-8 | 巍ㅿ풏余븝쉈\ | 11100101101101111000110111100011100001011011111111101101100100101000111111100100101111011001100111101011101110001001110111101100100010011000100001011100 | e5b78de385bfed928fe4bd99ebb89dec89885c |
UHC | 巍ㅿ풏余븝쉈\ | 11101000111001001010010011101111101111101001001111100101111110011011101011101111101111011010010101011100 | e8e4a4efbe93e5f9baefbda55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)