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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兒??? | 1001100101011010001111110011111100111111 | 995a3f3f3f |
EUC-JP | 兒??啞 | 11010001101110110011111100111111100011111011010111100000 | d1bb3f3f8fb5e0 |
UTF-8 | 兒릯뢖啞 | 111001011000010110010010111010111010011010101111111010111010001010010110111001011001010110011110 | e58592eba6afeba296e5959e |
UHC | 兒릯뢖啞 | 1110010010101110100100001000111110001111010100011110010010101111 | e4ae908f8f51e4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)