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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 兒??兒??B | 100110010101101000111111001111111001100101011010001111110011111101000010 | 995a3f3f995a3f3f42 |
EUC-JP | 兒??兒??B | 110100011011101100111111001111111101000110111011001111110011111101000010 | d1bb3f3fd1bb3f3f42 |
UTF-8 | 兒릯뢖兒릯뢖B | 11100101100001011001001011101011101001101010111111101011101000101001011011100101100001011001001011101011101001101010111111101011101000101001011001000010 | e58592eba6afeba296e58592eba6afeba29642 |
UHC | 兒릯뢖兒릯뢖B | 11100100101011101001000010001111100011110101000111100100101011101001000010001111100011110101000101000010 | e4ae908f8f51e4ae908f8f5142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)