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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 兒??恂?? | 1001100101011010001111110011111110011100100101100011111100111111 | 995a3f3f9c963f3f |
EUC-JP | 兒??恂?? | 1101000110111011001111110011111111010111111101100011111100111111 | d1bb3f3fd7f63f3f |
UTF-8 | 兒뙂똁恂뗦댌 | 111001011000010110010010111010111001100110000010111010111001100010000001111001101000000110000010111010111001011110100110111010111000110010001100 | e58592eb9982eb9881e68182eb97a6eb8c8c |
UHC | 兒뙂똁恂뗦댌 | 111001001010111010001100100010001000110001000010111000101110000110001011111001101000100010110101 | e4ae8c888c42e2e18be688b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)