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 | 兒??蒐 | 100110010101101000111111001111111000111101001110 | 995a3f3f8f4e |
EUC-JP | 兒??蒐 | 110100011011101100111111001111111011110110101111 | d1bb3f3fbdaf |
UTF-8 | 兒뙀뙦蒐 | 111001011000010110010010111010111001100110000000111010111001100110100110111010001001001010010000 | e58592eb9980eb99a6e89290 |
UHC | 兒뙀뙦蒐 | 1110010010101110100011001000011010001100101010101110001010111101 | e4ae8c868caae2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)