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 | 兒η?? | 100110010101101010000011110001010011111100111111 | 995a83c53f3f |
EUC-JP | 兒η?? | 110100011011101110100110110001110011111100111111 | d1bba6c73f3f |
UTF-8 | 兒η예溜 | 1110010110000101100100101100111010110111111011001001100010001000111011111010011110001011 | e58592ceb7ec9888efa78b |
UHC | 兒η예溜 | 1110010010101110101001011110011110111111101110011110101011111110 | e4aea5e7bfb9eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)