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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??祉???B | 0011111100111111100011101000001100111111001111110011111101000010 | 3f3f8e833f3f3f42 |
EUC-JP | ??祉???B | 0011111100111111101110111110001100111111001111110011111101000010 | 3f3fbbe33f3f3f42 |
UTF-8 | 亐렕祉곌렧렢B | 11100100101110101001000011101011101000001001010111100111101001011000100111101010101100111000110011101011101000001010011111101011101000001010001001000010 | e4ba90eba095e7a589eab38ceba0a7eba0a242 |
UHC | 亐렕祉곌렧렢B | 11101010101001111000111010101010111100101011001110110000111010101000111010110110100011101011001101000010 | eaa78eaaf2b3b0ea8eb68eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)