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 | 率錬輙碣 | 1001011110100110100110000100001011100111011011001110000111110000 | 97a69842e76ce1f0 |
EUC-JP | 率錬輙碣 | 1100111010101000110011111010001111101101110011011110001011110010 | cea8cfa3edcde2f2 |
UTF-8 | 率錬輙碣 | 111001111000111010000111111010011000110010101100111010001011110010011001111001111010001010100011 | e78e87e98cace8bc99e7a2a3 |
UHC | 率??碣 | 111000011110001100111111001111111100101011100101 | e1e33f3fcae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)