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 | 兒??腎 | 100110010101101000111111001111111001000001110100 | 995a3f3f9074 |
EUC-JP | 兒??腎 | 110100011011101100111111001111111011111111010101 | d1bb3f3fbfd5 |
UTF-8 | 兒뙀뙦腎 | 111001011000010110010010111010111001100110000000111010111001100110100110111010001000010110001110 | e58592eb9980eb99a6e8858e |
UHC | 兒뙀뙦腎 | 1110010010101110100011001000011010001100101010101110001111101100 | e4ae8c868caae3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)