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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 兒?[兒?[^ | 100110010101101000111111010110111001100101011010001111110101101101011110 | 995a3f5b995a3f5b5e |
EUC-JP | 兒?[兒?[^ | 110100011011101100111111010110111101000110111011001111110101101101011110 | d1bb3f5bd1bb3f5b5e |
UTF-8 | 兒둙[兒둙[^ | 111001011000010110010010111010111001000110011001010110111110010110000101100100101110101110010001100110010101101101011110 | e58592eb91995be58592eb91995b5e |
UHC | 兒둙[兒둙[^ | 1110010010101110100010100101000101011011111001001010111010001010010100010101101101011110 | e4ae8a515be4ae8a515b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)