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 | 兒??繡 | 11010001101110110011111100111111100011111101010011010111 | d1bb3f3f8fd4d7 |
UTF-8 | 兒뙂룼繡 | 111001011000010110010010111010111001100110000010111010111010001110111100111001111011100110100001 | e58592eb9982eba3bce7b9a1 |
UHC | 兒뙂룼繡 | 1110010010101110100011001000100010001111101011101110001010111001 | e4ae8c888faee2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)